Html Css Color HEX #31A77B Jungle Green

📋 copy color: '#31A77B'

red 49 ◦ green 167 ◦ blue 123

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

Shades of Jungle Green #31A77B

Tints of Jungle Green #31A77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.26%

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 14.45%
G = 49.26%
B = 36.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#31A77B (or 0x31A77B) is known color: Jungle Green. HEX triplet: 31, A7 and 7B. RGB value is (49,167,123). Sum of RGB (Red+Green+Blue) = 49+167+123=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #31A77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A77B is #CE5884. Grayscale: #7E7E7E. Windows color (decimal): -13523077 or 8103729. OLE color: 8103729.

HSL color Cylindrical-coordinate representation of color #31A77B: hue angle of 157.63º 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 #31A77B is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 167 123 -
CMYK 0.71 0 0.26 0.35
HSL 157.63º 0.55% 0.42% -
HSV(B) 157.63º 0.71% 0.65% -
XYZ 18.66 29.72 23.49 -
YUV 126.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 49 167 123 0.71 0 0.26 0.35 157.63 0.55 0.42
Hex 31 A7 7B 47 0 1A 23 9E 37 2A
Octal 61 247 173 107 0 32 43 236 67 52
Binary 110001 10100111 1111011 1000111 0 11010 100011 10011110 110111 101010

Color Harmonies of #31A77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A77B

Black with #31A77B

Text Example


Text Example

White with #31A77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,167,123); }

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

background-color css

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

 a { background-color: rgb(49,167,123); }

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

border-color css

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

 span { border-color: rgb(49,167,123); }

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