#27B68B

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

Shades of Jungle Green #27B68B

Tints of Jungle Green #27B68B

Color information

#27B68B (or 0x27B68B) is unknown color: approx Jungle Green. HEX triplet: 27, B6 and 8B. RGB value is (39,182,139). Sum of RGB (Red+Green+Blue) = 39+182+139=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #27B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B68B is #D84974. Grayscale: #868686. Windows color (decimal): -14174581 or 9156135. OLE color: 9156135.

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

Color convert

RGB39182139-
CMYK0.7900.240.29
HSL161.96º64.71%43.33%-
HSV(B)161.96º78.57%71.37%-
XYZ22.2235.7530.16-
YUV134.34130.6260-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.83%
GREEN value IS 182 (71.48% from 255) = 50.56%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=10.83%
G=50.56%
B=38.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391821390.7900.240.29161.9664.7143.33
Hex27B68B4F0181Da2412b
Octal472662131170303524210153
Binary1001111011011010001011100111101100011101101000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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