#1C6140

Color #1C6140 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #1C6140

Tints of Fun Green #1C6140

Color information

#1C6140 (or 0x1C6140) is unknown color: approx Fun Green. HEX triplet: 1C, 61 and 40. RGB value is (28,97,64). Sum of RGB (Red+Green+Blue) = 28+97+64=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6140 is #E39EBF. Grayscale: #484848. Windows color (decimal): -14917312 or 4219164. OLE color: 4219164.

HSL color Cylindrical-coordinate representation of color #1C6140: hue angle of 151.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6140 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB289764-
CMYK0.7100.340.62
HSL151.3º55.2%24.51%-
HSV(B)151.3º71.13%38.04%-
XYZ5.689.176.32-
YUV72.61123.1496.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=14.81%
G=51.32%
B=33.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897640.7100.340.62151.355.224.51
Hex1C6140470223E973719
Octal34141100107042762276731
Binary1110011000011000000100011101000101111101001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6140; }

 p { color: rgb(28,97,64); }

 H1.HeaderClassName
 {
   color: #1C6140;
 }
 .AnyTagClassName
 {
   color: #1C6140;
 }
</style>
background-color css

<style>
 a { background-color: #1C6140; }

 a { background-color: rgb(28,97,64); }

 div.DivClassName
 {
   background-color: #1C6140;
 }
 .BgClassName
 {
   background-color: #1C6140;
 }
</style>
border-color css

<style>
 span { border-color: #1C6140; }

 span { border-color: rgb(28,97,64); }

 td.TdClassName
 {
   border-color: #1C6140;
 }
 .TagClassName
 {
   border-color: #1C6140;
 }
</style>