#27B18C

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

Shades of Jungle Green #27B18C

Tints of Jungle Green #27B18C

Color information

#27B18C (or 0x27B18C) is unknown color: approx Jungle Green. HEX triplet: 27, B1 and 8C. RGB value is (39,177,140). Sum of RGB (Red+Green+Blue) = 39+177+140=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #27B18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27B18C is #D84E73. Grayscale: #838383. Windows color (decimal): -14175860 or 9220391. OLE color: 9220391.

HSL color Cylindrical-coordinate representation of color #27B18C: hue angle of 163.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B18C is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB39177140-
CMYK0.7800.210.31
HSL163.91º63.89%42.35%-
HSV(B)163.91º77.97%69.41%-
XYZ21.2933.7730.21-
YUV131.52132.7862.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=10.96%
G=49.72%
B=39.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391771400.7800.210.31163.9163.8942.35
Hex27B18C4E0151Fa4402a
Octal472612141160253724410052
Binary1001111011000110001100100111001010111111101001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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