#27AB7F

Color #27AB7F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #27AB7F

Tints of Jungle Green #27AB7F

Color information

#27AB7F (or 0x27AB7F) is unknown color: approx Jungle Green. HEX triplet: 27, AB and 7F. RGB value is (39,171,127). Sum of RGB (Red+Green+Blue) = 39+171+127=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AB7F is #D85480. Grayscale: #7E7E7E. Windows color (decimal): -14177409 or 8366887. OLE color: 8366887.

HSL color Cylindrical-coordinate representation of color #27AB7F: hue angle of 160º 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 #27AB7F is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB39171127-
CMYK0.7700.260.33
HSL160º62.86%41.18%-
HSV(B)160º77.19%67.06%-
XYZ19.2331.0925.07-
YUV126.52128.2765.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.57%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 127 (50% from 255) = 37.69%
R=11.57%
G=50.74%
B=37.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391711270.7700.260.3316062.8641.18
Hex27AB7F4D01A21a03f29
Octal47253177115032412407751
Binary100111101010111111111100110101101010000110100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27AB7F;
 }
 .AnyTagClassName
 {
   color: #27AB7F;
 }
</style>
background-color css

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

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

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

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

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

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