Html Css Color HEX #27BA8E Jungle Green

📋 copy color: '#27BA8E'

red 39 ◦ green 186 ◦ blue 142

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

Shades of Jungle Green #27BA8E

Tints of Jungle Green #27BA8E

RGB

 RED value IS 39 (15.63% from 255) = 10.63%

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 10.63%
G = 50.68%
B = 38.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#27BA8E (or 0x27BA8E) is known color: Jungle Green. HEX triplet: 27, BA and 8E. RGB value is (39,186,142). Sum of RGB (Red+Green+Blue) = 39+186+142=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BA8E is #D84571. Grayscale: #898989. Windows color (decimal): -14173554 or 9353767. OLE color: 9353767.

HSL color Cylindrical-coordinate representation of color #27BA8E: hue angle of 162.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA8E is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 186 142 -
CMYK 0.79 0 0.24 0.27
HSL 162.04º 0.65% 0.44% -
HSV(B) 162.04º 0.79% 0.73% -
XYZ 23.28 37.5 31.6 -
YUV 137.03 130.8 58.08 -
System Red Green Blue C M Y K H S L
Decimal 39 186 142 0.79 0 0.24 0.27 162.04 0.65 0.44
Hex 27 BA 8E 4F 0 18 1B A2 41 2C
Octal 47 272 216 117 0 30 33 242 101 54
Binary 100111 10111010 10001110 1001111 0 11000 11011 10100010 1000001 101100

Color Harmonies of #27BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BA8E

Black with #27BA8E

Text Example


Text Example

White with #27BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27BA8E; }

 p { color: rgb(39,186,142); }

 H1.HeaderClassName
 {
   color: #27BA8E;
 }
 .AnyTagClassName
 {
   color: #27BA8E;
 }
</style>

background-color css

<style>
 a { background-color: #27BA8E; }

 a { background-color: rgb(39,186,142); }

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

border-color css

<style>
 span { border-color: #27BA8E; }

 span { border-color: rgb(39,186,142); }

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