#1CA312

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

Shades of Forest Green #1CA312

Tints of Forest Green #1CA312

Color information

#1CA312 (or 0x1CA312) is unknown color: approx Forest Green. HEX triplet: 1C, A3 and 12. RGB value is (28,163,18). Sum of RGB (Red+Green+Blue) = 28+163+18=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA312 is #E35CED. Grayscale: #6A6A6A. Windows color (decimal): -14900462 or 1221404. OLE color: 1221404.

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

Color convert

RGB2816318-
CMYK0.8300.890.36
HSL115.86º80.11%35.49%-
HSV(B)115.86º88.96%63.92%-
XYZ13.6926.484.96-
YUV106.178.2772.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 163 (64.06% from 255) = 77.99%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=13.40%
G=77.99%
B=8.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163180.8300.890.36115.8680.1135.49
Hex1CA3125305924745023
Octal342432212301314416412043
Binary11100101000111001010100110101100110010011101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,163,18); }

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

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

 a { background-color: rgb(28,163,18); }

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

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

 span { border-color: rgb(28,163,18); }

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