Html Css Color HEX #31A982 Jungle Green

📋 copy color: '#31A982'

red 49 ◦ green 169 ◦ blue 130

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

Shades of Jungle Green #31A982

Tints of Jungle Green #31A982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.56%

 BLUE value IS 130 (51.17% from 255) = 37.36%

R = 14.08%
G = 48.56%
B = 37.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#31A982 (or 0x31A982) is known color: Jungle Green. HEX triplet: 31, A9 and 82. RGB value is (49,169,130). Sum of RGB (Red+Green+Blue) = 49+169+130=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #31A982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A982 is #CE567D. Grayscale: #808080. Windows color (decimal): -13522558 or 8562993. OLE color: 8562993.

HSL color Cylindrical-coordinate representation of color #31A982: hue angle of 160.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A982 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 169 130 -
CMYK 0.71 0 0.23 0.34
HSL 160.5º 0.55% 0.43% -
HSV(B) 160.5º 0.71% 0.66% -
XYZ 19.48 30.64 26.01 -
YUV 128.67 128.74 71.17 -
System Red Green Blue C M Y K H S L
Decimal 49 169 130 0.71 0 0.23 0.34 160.5 0.55 0.43
Hex 31 A9 82 47 0 17 22 A0 37 2B
Octal 61 251 202 107 0 27 42 240 67 53
Binary 110001 10101001 10000010 1000111 0 10111 100010 10100000 110111 101011

Color Harmonies of #31A982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A982

Black with #31A982

Text Example


Text Example

White with #31A982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,169,130); }

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

background-color css

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

 a { background-color: rgb(49,169,130); }

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

border-color css

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

 span { border-color: rgb(49,169,130); }

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