Html Css Color HEX #31A228 Forest Green

📋 copy color: '#31A228'

red 49 ◦ green 162 ◦ blue 40

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

Shades of Forest Green #31A228

Tints of Forest Green #31A228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 64.54%

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

R = 19.52%
G = 64.54%
B = 15.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#31A228 (or 0x31A228) is known color: Forest Green. HEX triplet: 31, A2 and 28. RGB value is (49,162,40). Sum of RGB (Red+Green+Blue) = 49+162+40=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #31A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A228 is #CE5DD7. Grayscale: #727272. Windows color (decimal): -13524440 or 2662961. OLE color: 2662961.

HSL color Cylindrical-coordinate representation of color #31A228: hue angle of 115.57º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31A228 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 162 40 -
CMYK 0.70 0 0.75 0.36
HSL 115.57º 0.6% 0.4% -
HSV(B) 115.57º 0.75% 0.64% -
XYZ 14.57 26.65 6.38 -
YUV 114.31 86.06 81.42 -
System Red Green Blue C M Y K H S L
Decimal 49 162 40 0.70 0 0.75 0.36 115.57 0.6 0.4
Hex 31 A2 28 46 0 4B 24 74 3C 28
Octal 61 242 50 106 0 113 44 164 74 50
Binary 110001 10100010 101000 1000110 0 1001011 100100 1110100 111100 101000

Color Harmonies of #31A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A228

Black with #31A228

Text Example


Text Example

White with #31A228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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