#1CA127

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

Shades of Forest Green #1CA127

Tints of Forest Green #1CA127

Color information

#1CA127 (or 0x1CA127) is unknown color: approx Forest Green. HEX triplet: 1C, A1 and 27. RGB value is (28,161,39). Sum of RGB (Red+Green+Blue) = 28+161+39=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 161 (63.28% from 255 or 70.61% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA127 is #E35ED8. Grayscale: #6B6B6B. Windows color (decimal): -14900953 or 2597148. OLE color: 2597148.

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

Color convert

RGB2816139-
CMYK0.8300.760.37
HSL124.96º70.37%37.06%-
HSV(B)124.96º82.61%63.14%-
XYZ13.5925.886.2-
YUV107.3289.4471.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.28%
GREEN value IS 161 (63.28% from 255) = 70.61%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=12.28%
G=70.61%
B=17.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28161390.8300.760.37124.9670.3737.06
Hex1CA1275304C257d4625
Octal342414712301144517510645
Binary111001010000110011110100110100110010010111111011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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