Html Css Color HEX #1CA01D Forest Green

📋 copy color: '#1CA01D'

red 28 ◦ green 160 ◦ blue 29

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

Shades of Forest Green #1CA01D

Tints of Forest Green #1CA01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 12.9%
G = 73.73%
B = 13.36%

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

#1CA01D (or 0x1CA01D) is known color: Forest Green. HEX triplet: 1C, A0 and 1D. RGB value is (28,160,29). Sum of RGB (Red+Green+Blue) = 28+160+29=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA01D is #E35FE2. Grayscale: #696969. Windows color (decimal): -14901219 or 1941532. OLE color: 1941532.

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

Color convert

RGB 28 160 29 -
CMYK 0.82 0 0.82 0.37
HSL 120.45º 0.7% 0.37% -
HSV(B) 120.45º 0.83% 0.63% -
XYZ 13.27 25.48 5.38 -
YUV 105.6 84.77 72.65 -
System Red Green Blue C M Y K H S L
Decimal 28 160 29 0.82 0 0.82 0.37 120.45 0.7 0.37
Hex 1C A0 1D 52 0 52 25 78 46 25
Octal 34 240 35 122 0 122 45 170 106 45
Binary 11100 10100000 11101 1010010 0 1010010 100101 1111000 1000110 100101

Color Harmonies of #1CA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA01D

Black with #1CA01D

Text Example


Text Example

White with #1CA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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