Html Css Color HEX #31AF8C Jungle Green

📋 copy color: '#31AF8C'

red 49 ◦ green 175 ◦ blue 140

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

Shades of Jungle Green #31AF8C

Tints of Jungle Green #31AF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.08%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 13.46%
G = 48.08%
B = 38.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#31AF8C (or 0x31AF8C) is known color: Jungle Green. HEX triplet: 31, AF and 8C. RGB value is (49,175,140). Sum of RGB (Red+Green+Blue) = 49+175+140=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF8C is #CE5073. Grayscale: #858585. Windows color (decimal): -13521012 or 9219889. OLE color: 9219889.

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

Color convert

RGB 49 175 140 -
CMYK 0.72 0 0.2 0.31
HSL 163.33º 0.56% 0.44% -
HSV(B) 163.33º 0.72% 0.69% -
XYZ 21.33 33.21 30.1 -
YUV 133.34 131.76 67.85 -
System Red Green Blue C M Y K H S L
Decimal 49 175 140 0.72 0 0.2 0.31 163.33 0.56 0.44
Hex 31 AF 8C 48 0 14 1F A3 38 2C
Octal 61 257 214 110 0 24 37 243 70 54
Binary 110001 10101111 10001100 1001000 0 10100 11111 10100011 111000 101100

Color Harmonies of #31AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF8C

Black with #31AF8C

Text Example


Text Example

White with #31AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,175,140); }

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

background-color css

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

 a { background-color: rgb(49,175,140); }

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

border-color css

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

 span { border-color: rgb(49,175,140); }

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