#1CA512

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

Shades of Forest Green #1CA512

Tints of Forest Green #1CA512

Color information

#1CA512 (or 0x1CA512) is unknown color: approx Forest Green. HEX triplet: 1C, A5 and 12. RGB value is (28,165,18). Sum of RGB (Red+Green+Blue) = 28+165+18=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 165 (64.84% from 255 or 78.20% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA512 is #E35AED. Grayscale: #6B6B6B. Windows color (decimal): -14899950 or 1221916. OLE color: 1221916.

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

Color convert

RGB2816518-
CMYK0.8300.890.35
HSL115.92º80.33%35.88%-
HSV(B)115.92º89.09%64.71%-
XYZ14.0427.25.08-
YUV107.2877.6171.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.27%
GREEN value IS 165 (64.84% from 255) = 78.20%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=13.27%
G=78.20%
B=8.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28165180.8300.890.35115.9280.3335.88
Hex1CA5125305923745024
Octal342452212301314316412044
Binary11100101001011001010100110101100110001111101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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