#27B38C

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

Shades of Jungle Green #27B38C

Tints of Jungle Green #27B38C

Color information

#27B38C (or 0x27B38C) is unknown color: approx Jungle Green. HEX triplet: 27, B3 and 8C. RGB value is (39,179,140). Sum of RGB (Red+Green+Blue) = 39+179+140=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #27B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B38C is #D84C73. Grayscale: #848484. Windows color (decimal): -14175348 or 9220903. OLE color: 9220903.

HSL color Cylindrical-coordinate representation of color #27B38C: hue angle of 163.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B38C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB39179140-
CMYK0.7800.220.30
HSL163.29º64.22%42.75%-
HSV(B)163.29º78.21%70.2%-
XYZ21.6934.5630.34-
YUV132.69132.1261.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.89%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=10.89%
G=50%
B=39.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal391791400.7800.220.30163.2964.2242.75
Hex27B38C4E0161Ea3402b
Octal472632141160263624310053
Binary1001111011001110001100100111001011011110101000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,179,140); }

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

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

 a { background-color: rgb(39,179,140); }

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

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

 span { border-color: rgb(39,179,140); }

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