Html Css Color HEX #31B08C Jungle Green

📋 copy color: '#31B08C'

red 49 ◦ green 176 ◦ blue 140

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

Shades of Jungle Green #31B08C

Tints of Jungle Green #31B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.22%

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

R = 13.42%
G = 48.22%
B = 38.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#31B08C (or 0x31B08C) is known color: Jungle Green. HEX triplet: 31, B0 and 8C. RGB value is (49,176,140). Sum of RGB (Red+Green+Blue) = 49+176+140=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #31B08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B08C is #CE4F73. Grayscale: #858585. Windows color (decimal): -13520756 or 9220145. OLE color: 9220145.

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

Color convert

RGB 49 176 140 -
CMYK 0.72 0 0.20 0.31
HSL 162.99º 0.56% 0.44% -
HSV(B) 162.99º 0.72% 0.69% -
XYZ 21.53 33.6 30.16 -
YUV 133.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 49 176 140 0.72 0 0.20 0.31 162.99 0.56 0.44
Hex 31 B0 8C 48 0 14 1F A3 38 2C
Octal 61 260 214 110 0 24 37 243 70 54
Binary 110001 10110000 10001100 1001000 0 10100 11111 10100011 111000 101100

Color Harmonies of #31B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B08C

Black with #31B08C

Text Example


Text Example

White with #31B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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