Html Css Color HEX #1CAA31 Forest Green

📋 copy color: '#1CAA31'

red 28 ◦ green 170 ◦ blue 49

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

Shades of Forest Green #1CAA31

Tints of Forest Green #1CAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 68.83%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 11.34%
G = 68.83%
B = 19.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#1CAA31 (or 0x1CAA31) is known color: Forest Green. HEX triplet: 1C, AA and 31. RGB value is (28,170,49). Sum of RGB (Red+Green+Blue) = 28+170+49=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA31 is #E355CE. Grayscale: #727272. Windows color (decimal): -14898639 or 3254812. OLE color: 3254812.

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

Color convert

RGB 28 170 49 -
CMYK 0.84 0 0.71 0.33
HSL 128.87º 0.72% 0.39% -
HSV(B) 128.87º 0.84% 0.67% -
XYZ 15.41 29.22 7.73 -
YUV 113.75 91.46 66.84 -
System Red Green Blue C M Y K H S L
Decimal 28 170 49 0.84 0 0.71 0.33 128.87 0.72 0.39
Hex 1C AA 31 54 0 47 21 81 48 27
Octal 34 252 61 124 0 107 41 201 110 47
Binary 11100 10101010 110001 1010100 0 1000111 100001 10000001 1001000 100111

Color Harmonies of #1CAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAA31

Black with #1CAA31

Text Example


Text Example

White with #1CAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,170,49); }

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

background-color css

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

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

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

border-color css

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

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

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