#31AA23

Color #31AA23 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #31AA23

Tints of Forest Green #31AA23

Color information

#31AA23 (or 0x31AA23) is unknown color: approx Forest Green. HEX triplet: 31, AA and 23. RGB value is (49,170,35). Sum of RGB (Red+Green+Blue) = 49+170+35=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA23 is #CE55DC. Grayscale: #767676. Windows color (decimal): -13522397 or 2337329. OLE color: 2337329.

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

Color convert

RGB4917035-
CMYK0.7100.790.33
HSL113.78º65.85%40.2%-
HSV(B)113.78º79.41%66.67%-
XYZ15.9429.526.45-
YUV118.4380.9178.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 170 (66.80% from 255) = 66.93%
BLUE value IS 35 (14.06% from 255) = 13.78%
R=19.29%
G=66.93%
B=13.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49170350.7100.790.33113.7865.8540.2
Hex31AA234704F21724228
Octal612524310701174116210250
Binary1100011010101010001110001110100111110000111100101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31AA23;
 }
 .AnyTagClassName
 {
   color: #31AA23;
 }
</style>
background-color css

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

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

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

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

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

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