Html Css Color HEX #31A530 Forest Green

📋 copy color: '#31A530'

red 49 ◦ green 165 ◦ blue 48

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

Shades of Forest Green #31A530

Tints of Forest Green #31A530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 62.98%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 18.7%
G = 62.98%
B = 18.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#31A530 (or 0x31A530) is known color: Forest Green. HEX triplet: 31, A5 and 30. RGB value is (49,165,48). Sum of RGB (Red+Green+Blue) = 49+165+48=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #31A530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A530 is #CE5ACF. Grayscale: #757575. Windows color (decimal): -13523664 or 3188017. OLE color: 3188017.

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

Color convert

RGB 49 165 48 -
CMYK 0.70 0 0.71 0.35
HSL 119.49º 0.55% 0.42% -
HSV(B) 119.49º 0.71% 0.65% -
XYZ 15.26 27.78 7.35 -
YUV 116.98 89.07 79.51 -
System Red Green Blue C M Y K H S L
Decimal 49 165 48 0.70 0 0.71 0.35 119.49 0.55 0.42
Hex 31 A5 30 46 0 47 23 77 37 2A
Octal 61 245 60 106 0 107 43 167 67 52
Binary 110001 10100101 110000 1000110 0 1000111 100011 1110111 110111 101010

Color Harmonies of #31A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A530

Black with #31A530

Text Example


Text Example

White with #31A530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,48); }

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

background-color css

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

 a { background-color: rgb(49,165,48); }

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

border-color css

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

 span { border-color: rgb(49,165,48); }

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