#1CB218

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

Shades of Forest Green #1CB218

Tints of Forest Green #1CB218

Color information

#1CB218 (or 0x1CB218) is unknown color: approx Forest Green. HEX triplet: 1C, B2 and 18. RGB value is (28,178,24). Sum of RGB (Red+Green+Blue) = 28+178+24=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB218 is #E34DE7. Grayscale: #747474. Windows color (decimal): -14896616 or 1618460. OLE color: 1618460.

HSL color Cylindrical-coordinate representation of color #1CB218: hue angle of 118.44º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB218 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB2817824-
CMYK0.8400.870.30
HSL118.44º76.24%39.61%-
HSV(B)118.44º86.52%69.8%-
XYZ16.5632.156.2-
YUV115.5976.3165.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 178 (69.92% from 255) = 77.39%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=12.17%
G=77.39%
B=10.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28178240.8400.870.30118.4476.2439.61
Hex1CB218540571E764c28
Octal342623012401273616611450
Binary1110010110010110001010100010101111111011101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,178,24); }

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

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

 a { background-color: rgb(28,178,24); }

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

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

 span { border-color: rgb(28,178,24); }

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