Html Css Color HEX #27AB80 Jungle Green

📋 copy color: '#27AB80'

red 39 ◦ green 171 ◦ blue 128

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

Shades of Jungle Green #27AB80

Tints of Jungle Green #27AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.59%

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 11.54%
G = 50.59%
B = 37.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#27AB80 (or 0x27AB80) is known color: Jungle Green. HEX triplet: 27, AB and 80. RGB value is (39,171,128). Sum of RGB (Red+Green+Blue) = 39+171+128=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AB80 is #D8547F. Grayscale: #7E7E7E. Windows color (decimal): -14177408 or 8432423. OLE color: 8432423.

HSL color Cylindrical-coordinate representation of color #27AB80: hue angle of 160.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AB80 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 171 128 -
CMYK 0.77 0 0.25 0.33
HSL 160.45º 0.63% 0.41% -
HSV(B) 160.45º 0.77% 0.67% -
XYZ 19.3 31.12 25.41 -
YUV 126.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 39 171 128 0.77 0 0.25 0.33 160.45 0.63 0.41
Hex 27 AB 80 4D 0 19 21 A0 3F 29
Octal 47 253 200 115 0 31 41 240 77 51
Binary 100111 10101011 10000000 1001101 0 11001 100001 10100000 111111 101001

Color Harmonies of #27AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AB80

Black with #27AB80

Text Example


Text Example

White with #27AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,171,128); }

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

background-color css

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

 a { background-color: rgb(39,171,128); }

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

border-color css

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

 span { border-color: rgb(39,171,128); }

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