#1CA92C

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

Shades of Forest Green #1CA92C

Tints of Forest Green #1CA92C

Color information

#1CA92C (or 0x1CA92C) is unknown color: approx Forest Green. HEX triplet: 1C, A9 and 2C. RGB value is (28,169,44). Sum of RGB (Red+Green+Blue) = 28+169+44=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 169 (66.41% from 255 or 70.12% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA92C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA92C is #E356D3. Grayscale: #707070. Windows color (decimal): -14898900 or 2926876. OLE color: 2926876.

HSL color Cylindrical-coordinate representation of color #1CA92C: hue angle of 126.81º 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 #1CA92C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB2816944-
CMYK0.8300.740.34
HSL126.81º71.57%38.63%-
HSV(B)126.81º83.43%66.27%-
XYZ15.1228.87.15-
YUV112.5989.2967.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 169 (66.41% from 255) = 70.12%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=11.62%
G=70.12%
B=18.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal28169440.8300.740.34126.8171.5738.63
Hex1CA92C5304A227f4827
Octal342515412301124217711047
Binary111001010100110110010100110100101010001011111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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