Html Css Color HEX #31A985 Jungle Green

📋 copy color: '#31A985'

red 49 ◦ green 169 ◦ blue 133

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

Shades of Jungle Green #31A985

Tints of Jungle Green #31A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.15%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 13.96%
G = 48.15%
B = 37.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#31A985 (or 0x31A985) is known color: Jungle Green. HEX triplet: 31, A9 and 85. RGB value is (49,169,133). Sum of RGB (Red+Green+Blue) = 49+169+133=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #31A985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A985 is #CE567A. Grayscale: #818181. Windows color (decimal): -13522555 or 8759601. OLE color: 8759601.

HSL color Cylindrical-coordinate representation of color #31A985: hue angle of 162º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A985 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 169 133 -
CMYK 0.71 0 0.21 0.34
HSL 162º 0.55% 0.43% -
HSV(B) 162º 0.71% 0.66% -
XYZ 19.69 30.72 27.08 -
YUV 129.02 130.24 70.93 -
System Red Green Blue C M Y K H S L
Decimal 49 169 133 0.71 0 0.21 0.34 162 0.55 0.43
Hex 31 A9 85 47 0 15 22 A2 37 2B
Octal 61 251 205 107 0 25 42 242 67 53
Binary 110001 10101001 10000101 1000111 0 10101 100010 10100010 110111 101011

Color Harmonies of #31A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A985

Black with #31A985

Text Example


Text Example

White with #31A985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,169,133); }

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

background-color css

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

 a { background-color: rgb(49,169,133); }

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

border-color css

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

 span { border-color: rgb(49,169,133); }

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