Html Css Color HEX #31AA28 Forest Green

📋 copy color: '#31AA28'

red 49 ◦ green 170 ◦ blue 40

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

Shades of Forest Green #31AA28

Tints of Forest Green #31AA28

RGB

 RED value IS 49 (19.53% from 255) = 18.92%

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

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 18.92%
G = 65.64%
B = 15.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#31AA28 (or 0x31AA28) is known color: Forest Green. HEX triplet: 31, AA and 28. RGB value is (49,170,40). Sum of RGB (Red+Green+Blue) = 49+170+40=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA28 is #CE55D7. Grayscale: #777777. Windows color (decimal): -13522392 or 2665009. OLE color: 2665009.

HSL color Cylindrical-coordinate representation of color #31AA28: hue angle of 115.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31AA28 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 170 40 -
CMYK 0.71 0 0.76 0.33
HSL 115.85º 0.62% 0.41% -
HSV(B) 115.85º 0.76% 0.67% -
XYZ 16.02 29.56 6.87 -
YUV 119 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 49 170 40 0.71 0 0.76 0.33 115.85 0.62 0.41
Hex 31 AA 28 47 0 4C 21 74 3E 29
Octal 61 252 50 107 0 114 41 164 76 51
Binary 110001 10101010 101000 1000111 0 1001100 100001 1110100 111110 101001

Color Harmonies of #31AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AA28

Black with #31AA28

Text Example


Text Example

White with #31AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AA28; }

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

 H1.HeaderClassName
 {
   color: #31AA28;
 }
 .AnyTagClassName
 {
   color: #31AA28;
 }
</style>

background-color css

<style>
 a { background-color: #31AA28; }

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

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

border-color css

<style>
 span { border-color: #31AA28; }

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

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