Html Css Color HEX #27B686 Jungle Green

📋 copy color: '#27B686'

red 39 ◦ green 182 ◦ blue 134

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

Shades of Jungle Green #27B686

Tints of Jungle Green #27B686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 10.99%
G = 51.27%
B = 37.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#27B686 (or 0x27B686) is known color: Jungle Green. HEX triplet: 27, B6 and 86. RGB value is (39,182,134). Sum of RGB (Red+Green+Blue) = 39+182+134=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #27B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B686 is #D84979. Grayscale: #858585. Windows color (decimal): -14174586 or 8828455. OLE color: 8828455.

HSL color Cylindrical-coordinate representation of color #27B686: hue angle of 159.86º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B686 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 39 182 134 -
CMYK 0.79 0 0.26 0.29
HSL 159.86º 0.65% 0.43% -
HSV(B) 159.86º 0.79% 0.71% -
XYZ 21.87 35.61 28.27 -
YUV 133.77 128.12 60.4 -
System Red Green Blue C M Y K H S L
Decimal 39 182 134 0.79 0 0.26 0.29 159.86 0.65 0.43
Hex 27 B6 86 4F 0 1A 1D A0 41 2B
Octal 47 266 206 117 0 32 35 240 101 53
Binary 100111 10110110 10000110 1001111 0 11010 11101 10100000 1000001 101011

Color Harmonies of #27B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B686

Black with #27B686

Text Example


Text Example

White with #27B686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,182,134); }

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

background-color css

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

 a { background-color: rgb(39,182,134); }

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

border-color css

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

 span { border-color: rgb(39,182,134); }

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