#1CA431

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

Shades of Forest Green #1CA431

Tints of Forest Green #1CA431

Color information

#1CA431 (or 0x1CA431) is unknown color: approx Forest Green. HEX triplet: 1C, A4 and 31. RGB value is (28,164,49). Sum of RGB (Red+Green+Blue) = 28+164+49=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 164 (64.45% from 255 or 68.05% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA431 is #E35BCE. Grayscale: #6E6E6E. Windows color (decimal): -14900175 or 3253276. OLE color: 3253276.

HSL color Cylindrical-coordinate representation of color #1CA431: hue angle of 129.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA431 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB2816449-
CMYK0.8300.700.36
HSL129.26º70.83%37.65%-
HSV(B)129.26º82.93%64.31%-
XYZ14.3127.027.37-
YUV110.2393.4469.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 164 (64.45% from 255) = 68.05%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=11.62%
G=68.05%
B=20.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28164490.8300.700.36129.2670.8337.65
Hex1CA4315304624814726
Octal342446112301064420110746
Binary1110010100100110001101001101000110100100100000011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,164,49); }

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

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

 a { background-color: rgb(28,164,49); }

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

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

 span { border-color: rgb(28,164,49); }

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