Html Css Color HEX #31AD7B Jungle Green

📋 copy color: '#31AD7B'

red 49 ◦ green 173 ◦ blue 123

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

Shades of Jungle Green #31AD7B

Tints of Jungle Green #31AD7B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

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

R = 14.2%
G = 50.14%
B = 35.65%

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

#31AD7B (or 0x31AD7B) is known color: Jungle Green. HEX triplet: 31, AD and 7B. RGB value is (49,173,123). Sum of RGB (Red+Green+Blue) = 49+173+123=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD7B is #CE5284. Grayscale: #828282. Windows color (decimal): -13521541 or 8105265. OLE color: 8105265.

HSL color Cylindrical-coordinate representation of color #31AD7B: hue angle of 155.81º 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 #31AD7B is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 123 -
CMYK 0.72 0 0.29 0.32
HSL 155.81º 0.56% 0.44% -
HSV(B) 155.81º 0.72% 0.68% -
XYZ 19.79 31.97 23.87 -
YUV 130.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 49 173 123 0.72 0 0.29 0.32 155.81 0.56 0.44
Hex 31 AD 7B 48 0 1D 20 9C 38 2C
Octal 61 255 173 110 0 35 40 234 70 54
Binary 110001 10101101 1111011 1001000 0 11101 100000 10011100 111000 101100

Color Harmonies of #31AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD7B

Black with #31AD7B

Text Example


Text Example

White with #31AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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