#27A275

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

Shades of Jungle Green #27A275

Tints of Jungle Green #27A275

Color information

#27A275 (or 0x27A275) is unknown color: approx Jungle Green. HEX triplet: 27, A2 and 75. RGB value is (39,162,117). Sum of RGB (Red+Green+Blue) = 39+162+117=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #27A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A275 is #D85D8A. Grayscale: #787878. Windows color (decimal): -14179723 or 7709223. OLE color: 7709223.

HSL color Cylindrical-coordinate representation of color #27A275: hue angle of 158.05º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A275 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB39162117-
CMYK0.7600.280.36
HSL158.05º61.19%39.41%-
HSV(B)158.05º75.93%63.53%-
XYZ16.9727.5621.25-
YUV120.09126.2570.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.26%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=12.26%
G=50.94%
B=36.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391621170.7600.280.36158.0561.1939.41
Hex27A2754C01C249e3d27
Octal47242165114034442367547
Binary100111101000101110101100110001110010010010011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,162,117); }

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

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

 a { background-color: rgb(39,162,117); }

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

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

 span { border-color: rgb(39,162,117); }

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