Html Css Color HEX #31B28C Jungle Green

📋 copy color: '#31B28C'

red 49 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #31B28C

Tints of Jungle Green #31B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

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

R = 13.35%
G = 48.5%
B = 38.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#31B28C (or 0x31B28C) is known color: Jungle Green. HEX triplet: 31, B2 and 8C. RGB value is (49,178,140). Sum of RGB (Red+Green+Blue) = 49+178+140=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #31B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B28C is #CE4D73. Grayscale: #878787. Windows color (decimal): -13520244 or 9220657. OLE color: 9220657.

HSL color Cylindrical-coordinate representation of color #31B28C: hue angle of 162.33º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B28C is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 140 -
CMYK 0.72 0 0.21 0.30
HSL 162.33º 0.57% 0.45% -
HSV(B) 162.33º 0.72% 0.7% -
XYZ 21.92 34.39 30.29 -
YUV 135.1 130.76 66.59 -
System Red Green Blue C M Y K H S L
Decimal 49 178 140 0.72 0 0.21 0.30 162.33 0.57 0.45
Hex 31 B2 8C 48 0 15 1E A2 39 2D
Octal 61 262 214 110 0 25 36 242 71 55
Binary 110001 10110010 10001100 1001000 0 10101 11110 10100010 111001 101101

Color Harmonies of #31B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B28C

Black with #31B28C

Text Example


Text Example

White with #31B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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