Html Css Color HEX #31B28D Jungle Green

📋 copy color: '#31B28D'

red 49 ◦ green 178 ◦ blue 141

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

Shades of Jungle Green #31B28D

Tints of Jungle Green #31B28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 13.32%
G = 48.37%
B = 38.32%

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

#31B28D (or 0x31B28D) is known color: Jungle Green. HEX triplet: 31, B2 and 8D. RGB value is (49,178,141). Sum of RGB (Red+Green+Blue) = 49+178+141=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #31B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B28D is #CE4D72. Grayscale: #878787. Windows color (decimal): -13520243 or 9286193. OLE color: 9286193.

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

Color convert

RGB 49 178 141 -
CMYK 0.72 0 0.21 0.30
HSL 162.79º 0.57% 0.45% -
HSV(B) 162.79º 0.72% 0.7% -
XYZ 21.99 34.42 30.68 -
YUV 135.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 49 178 141 0.72 0 0.21 0.30 162.79 0.57 0.45
Hex 31 B2 8D 48 0 15 1E A3 39 2D
Octal 61 262 215 110 0 25 36 243 71 55
Binary 110001 10110010 10001101 1001000 0 10101 11110 10100011 111001 101101

Color Harmonies of #31B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B28D

Black with #31B28D

Text Example


Text Example

White with #31B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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