#1CAF26

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

Shades of Forest Green #1CAF26

Tints of Forest Green #1CAF26

Color information

#1CAF26 (or 0x1CAF26) is unknown color: approx Forest Green. HEX triplet: 1C, AF and 26. RGB value is (28,175,38). Sum of RGB (Red+Green+Blue) = 28+175+38=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF26 is #E350D9. Grayscale: #737373. Windows color (decimal): -14897370 or 2535196. OLE color: 2535196.

HSL color Cylindrical-coordinate representation of color #1CAF26: hue angle of 124.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF26 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB2817538-
CMYK0.8400.780.31
HSL124.08º72.41%39.8%-
HSV(B)124.08º84%68.63%-
XYZ16.1631.056.97-
YUV115.4384.365.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 175 (68.75% from 255) = 72.61%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=11.62%
G=72.61%
B=15.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175380.8400.780.31124.0872.4139.8
Hex1CAF265404E1F7c4828
Octal342574612401163717411050
Binary11100101011111001101010100010011101111111111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,38); }

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

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

 a { background-color: rgb(28,175,38); }

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

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

 span { border-color: rgb(28,175,38); }

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