Html Css Color HEX #31AE7B Jungle Green

📋 copy color: '#31AE7B'

red 49 ◦ green 174 ◦ blue 123

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

Shades of Jungle Green #31AE7B

Tints of Jungle Green #31AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.29%

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

R = 14.16%
G = 50.29%
B = 35.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#31AE7B (or 0x31AE7B) is known color: Jungle Green. HEX triplet: 31, AE and 7B. RGB value is (49,174,123). Sum of RGB (Red+Green+Blue) = 49+174+123=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE7B is #CE5184. Grayscale: #828282. Windows color (decimal): -13521285 or 8105521. OLE color: 8105521.

HSL color Cylindrical-coordinate representation of color #31AE7B: hue angle of 155.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AE7B is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 174 123 -
CMYK 0.72 0 0.29 0.32
HSL 155.52º 0.56% 0.44% -
HSV(B) 155.52º 0.72% 0.68% -
XYZ 19.98 32.36 23.93 -
YUV 130.81 123.59 69.65 -
System Red Green Blue C M Y K H S L
Decimal 49 174 123 0.72 0 0.29 0.32 155.52 0.56 0.44
Hex 31 AE 7B 48 0 1D 20 9C 38 2C
Octal 61 256 173 110 0 35 40 234 70 54
Binary 110001 10101110 1111011 1001000 0 11101 100000 10011100 111000 101100

Color Harmonies of #31AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE7B

Black with #31AE7B

Text Example


Text Example

White with #31AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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