Html Css Color HEX #31AB7E Jungle Green

📋 copy color: '#31AB7E'

red 49 ◦ green 171 ◦ blue 126

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

Shades of Jungle Green #31AB7E

Tints of Jungle Green #31AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.42%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 14.16%
G = 49.42%
B = 36.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#31AB7E (or 0x31AB7E) is known color: Jungle Green. HEX triplet: 31, AB and 7E. RGB value is (49,171,126). Sum of RGB (Red+Green+Blue) = 49+171+126=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AB7E is #CE5481. Grayscale: #818181. Windows color (decimal): -13522050 or 8301361. OLE color: 8301361.

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

Color convert

RGB 49 171 126 -
CMYK 0.71 0 0.26 0.33
HSL 157.87º 0.55% 0.43% -
HSV(B) 157.87º 0.71% 0.67% -
XYZ 19.6 31.29 24.74 -
YUV 129.39 126.08 70.66 -
System Red Green Blue C M Y K H S L
Decimal 49 171 126 0.71 0 0.26 0.33 157.87 0.55 0.43
Hex 31 AB 7E 47 0 1A 21 9E 37 2B
Octal 61 253 176 107 0 32 41 236 67 53
Binary 110001 10101011 1111110 1000111 0 11010 100001 10011110 110111 101011

Color Harmonies of #31AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB7E

Black with #31AB7E

Text Example


Text Example

White with #31AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,171,126); }

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

background-color css

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

 a { background-color: rgb(49,171,126); }

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

border-color css

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

 span { border-color: rgb(49,171,126); }

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