Html Css Color HEX #1CA01C Forest Green

📋 copy color: '#1CA01C'

red 28 ◦ green 160 ◦ blue 28

#1CA01C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1CA01C

Tints of Forest Green #1CA01C

RGB

 RED value IS 28 (11.33% from 255) = 12.96%

 GREEN value IS 160 (62.89% from 255) = 74.07%

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 12.96%
G = 74.07%
B = 12.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#1CA01C (or 0x1CA01C) is known color: Forest Green. HEX triplet: 1C, A0 and 1C. RGB value is (28,160,28). Sum of RGB (Red+Green+Blue) = 28+160+28=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 160 (62.89% from 255 or 74.07% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA01C is #E35FE3. Grayscale: #696969. Windows color (decimal): -14901220 or 1875996. OLE color: 1875996.

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

Color convert

RGB 28 160 28 -
CMYK 0.82 0 0.82 0.37
HSL 120º 0.7% 0.37% -
HSV(B) 120º 0.83% 0.63% -
XYZ 13.26 25.47 5.32 -
YUV 105.48 84.27 72.73 -
System Red Green Blue C M Y K H S L
Decimal 28 160 28 0.82 0 0.82 0.37 120 0.7 0.37
Hex 1C A0 1C 52 0 52 25 78 46 25
Octal 34 240 34 122 0 122 45 170 106 45
Binary 11100 10100000 11100 1010010 0 1010010 100101 1111000 1000110 100101

Color Harmonies of #1CA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA01C

Black with #1CA01C

Text Example


Text Example

White with #1CA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,160,28); }

 H1.HeaderClassName
 {
   color: #1CA01C;
 }
 .AnyTagClassName
 {
   color: #1CA01C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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