Html Css Color HEX #1CAD20 Forest Green

📋 copy color: '#1CAD20'

red 28 ◦ green 173 ◦ blue 32

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

Shades of Forest Green #1CAD20

Tints of Forest Green #1CAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 74.25%

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 12.02%
G = 74.25%
B = 13.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#1CAD20 (or 0x1CAD20) is known color: Forest Green. HEX triplet: 1C, AD and 20. RGB value is (28,173,32). Sum of RGB (Red+Green+Blue) = 28+173+32=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAD20 is #E352DF. Grayscale: #717171. Windows color (decimal): -14897888 or 2141468. OLE color: 2141468.

HSL color Cylindrical-coordinate representation of color #1CAD20: hue angle of 121.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD20 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 32 -
CMYK 0.84 0 0.82 0.32
HSL 121.66º 0.72% 0.39% -
HSV(B) 121.66º 0.84% 0.68% -
XYZ 15.68 30.24 6.38 -
YUV 113.57 81.96 66.96 -
System Red Green Blue C M Y K H S L
Decimal 28 173 32 0.84 0 0.82 0.32 121.66 0.72 0.39
Hex 1C AD 20 54 0 52 20 7A 48 27
Octal 34 255 40 124 0 122 40 172 110 47
Binary 11100 10101101 100000 1010100 0 1010010 100000 1111010 1001000 100111

Color Harmonies of #1CAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD20

Black with #1CAD20

Text Example


Text Example

White with #1CAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,32); }

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

background-color css

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

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

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

border-color css

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

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

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