#27B681

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

Shades of Jungle Green #27B681

Tints of Jungle Green #27B681

Color information

#27B681 (or 0x27B681) is unknown color: approx Jungle Green. HEX triplet: 27, B6 and 81. RGB value is (39,182,129). Sum of RGB (Red+Green+Blue) = 39+182+129=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #27B681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B681 is #D8497E. Grayscale: #858585. Windows color (decimal): -14174591 or 8500775. OLE color: 8500775.

HSL color Cylindrical-coordinate representation of color #27B681: hue angle of 157.76º 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 #27B681 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB39182129-
CMYK0.7900.290.29
HSL157.76º64.71%43.33%-
HSV(B)157.76º78.57%71.37%-
XYZ21.5335.4726.48-
YUV133.2125.6260.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.14%
GREEN value IS 182 (71.48% from 255) = 52%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=11.14%
G=52%
B=36.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391821290.7900.290.29157.7664.7143.33
Hex27B6814F01D1D9e412b
Octal472662011170353523610153
Binary1001111011011010000001100111101110111101100111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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