#1CA926

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

Shades of Forest Green #1CA926

Tints of Forest Green #1CA926

Color information

#1CA926 (or 0x1CA926) is unknown color: approx Forest Green. HEX triplet: 1C, A9 and 26. RGB value is (28,169,38). Sum of RGB (Red+Green+Blue) = 28+169+38=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA926 is #E356D9. Grayscale: #707070. Windows color (decimal): -14898906 or 2533660. OLE color: 2533660.

HSL color Cylindrical-coordinate representation of color #1CA926: hue angle of 124.26º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA926 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB2816938-
CMYK0.8300.780.34
HSL124.26º71.57%38.63%-
HSV(B)124.26º83.43%66.27%-
XYZ15.0228.766.59-
YUV111.9186.2968.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 169 (66.41% from 255) = 71.91%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=11.91%
G=71.91%
B=16.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal28169380.8300.780.34124.2671.5738.63
Hex1CA9265304E227c4827
Octal342514612301164217411047
Binary111001010100110011010100110100111010001011111001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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