Html Css Color HEX #31B67F Jungle Green

📋 copy color: '#31B67F'

red 49 ◦ green 182 ◦ blue 127

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

Shades of Jungle Green #31B67F

Tints of Jungle Green #31B67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.84%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 13.69%
G = 50.84%
B = 35.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#31B67F (or 0x31B67F) is known color: Jungle Green. HEX triplet: 31, B6 and 7F. RGB value is (49,182,127). Sum of RGB (Red+Green+Blue) = 49+182+127=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #31B67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B67F is #CE4980. Grayscale: #888888. Windows color (decimal): -13519233 or 8369713. OLE color: 8369713.

HSL color Cylindrical-coordinate representation of color #31B67F: hue angle of 155.19º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B67F is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 182 127 -
CMYK 0.73 0 0.30 0.29
HSL 155.19º 0.58% 0.45% -
HSV(B) 155.19º 0.73% 0.71% -
XYZ 21.83 35.64 25.81 -
YUV 135.96 122.94 65.97 -
System Red Green Blue C M Y K H S L
Decimal 49 182 127 0.73 0 0.30 0.29 155.19 0.58 0.45
Hex 31 B6 7F 49 0 1E 1D 9B 3A 2D
Octal 61 266 177 111 0 36 35 233 72 55
Binary 110001 10110110 1111111 1001001 0 11110 11101 10011011 111010 101101

Color Harmonies of #31B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B67F

Black with #31B67F

Text Example


Text Example

White with #31B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,182,127); }

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

background-color css

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

 a { background-color: rgb(49,182,127); }

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

border-color css

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

 span { border-color: rgb(49,182,127); }

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