Html Css Color HEX #31BA90 Jungle Green

📋 copy color: '#31BA90'

red 49 ◦ green 186 ◦ blue 144

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

Shades of Jungle Green #31BA90

Tints of Jungle Green #31BA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 12.93%
G = 49.08%
B = 37.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#31BA90 (or 0x31BA90) is known color: Jungle Green. HEX triplet: 31, BA and 90. RGB value is (49,186,144). Sum of RGB (Red+Green+Blue) = 49+186+144=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BA90 is #CE456F. Grayscale: #8C8C8C. Windows color (decimal): -13518192 or 9484849. OLE color: 9484849.

HSL color Cylindrical-coordinate representation of color #31BA90: hue angle of 161.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA90 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 144 -
CMYK 0.74 0 0.23 0.27
HSL 161.61º 0.58% 0.46% -
HSV(B) 161.61º 0.74% 0.73% -
XYZ 23.86 37.78 32.42 -
YUV 140.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 49 186 144 0.74 0 0.23 0.27 161.61 0.58 0.46
Hex 31 BA 90 4A 0 17 1B A2 3A 2E
Octal 61 272 220 112 0 27 33 242 72 56
Binary 110001 10111010 10010000 1001010 0 10111 11011 10100010 111010 101110

Color Harmonies of #31BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA90

Black with #31BA90

Text Example


Text Example

White with #31BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,144); }

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

background-color css

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

 a { background-color: rgb(49,186,144); }

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

border-color css

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

 span { border-color: rgb(49,186,144); }

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