#1CA128

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

Shades of Forest Green #1CA128

Tints of Forest Green #1CA128

Color information

#1CA128 (or 0x1CA128) is unknown color: approx Forest Green. HEX triplet: 1C, A1 and 28. RGB value is (28,161,40). Sum of RGB (Red+Green+Blue) = 28+161+40=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA128 is #E35ED7. Grayscale: #6B6B6B. Windows color (decimal): -14900952 or 2662684. OLE color: 2662684.

HSL color Cylindrical-coordinate representation of color #1CA128: hue angle of 125.41º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA128 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB2816140-
CMYK0.8300.750.37
HSL125.41º70.37%37.06%-
HSV(B)125.41º82.61%63.14%-
XYZ13.6125.896.29-
YUV107.4489.9471.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 161 (63.28% from 255) = 70.31%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=12.23%
G=70.31%
B=17.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28161400.8300.750.37125.4170.3737.06
Hex1CA1285304B257d4625
Octal342415012301134517510645
Binary111001010000110100010100110100101110010111111011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,161,40); }

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

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

 a { background-color: rgb(28,161,40); }

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

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

 span { border-color: rgb(28,161,40); }

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