#31A628

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

Shades of Forest Green #31A628

Tints of Forest Green #31A628

Color information

#31A628 (or 0x31A628) is unknown color: approx Forest Green. HEX triplet: 31, A6 and 28. RGB value is (49,166,40). Sum of RGB (Red+Green+Blue) = 49+166+40=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #31A628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A628 is #CE59D7. Grayscale: #757575. Windows color (decimal): -13523416 or 2663985. OLE color: 2663985.

HSL color Cylindrical-coordinate representation of color #31A628: hue angle of 115.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A628 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB4916640-
CMYK0.7000.760.35
HSL115.71º61.17%40.39%-
HSV(B)115.71º75.9%65.1%-
XYZ15.2928.086.62-
YUV116.6584.7479.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 166 (65.23% from 255) = 65.10%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=19.22%
G=65.10%
B=15.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49166400.7000.760.35115.7161.1740.39
Hex31A6284604C23743d28
Octal61246501060114431647550
Binary110001101001101010001000110010011001000111110100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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