#27B481

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

Shades of Jungle Green #27B481

Tints of Jungle Green #27B481

Color information

#27B481 (or 0x27B481) is unknown color: approx Jungle Green. HEX triplet: 27, B4 and 81. RGB value is (39,180,129). Sum of RGB (Red+Green+Blue) = 39+180+129=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #27B481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B481 is #D84B7E. Grayscale: #848484. Windows color (decimal): -14175103 or 8500263. OLE color: 8500263.

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

Color convert

RGB39180129-
CMYK0.7800.280.29
HSL158.3º64.38%42.94%-
HSV(B)158.3º78.33%70.59%-
XYZ21.1234.6626.35-
YUV132.03126.2961.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.21%
GREEN value IS 180 (70.70% from 255) = 51.72%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=11.21%
G=51.72%
B=37.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391801290.7800.280.29158.364.3842.94
Hex27B4814E01C1D9e402b
Octal472642011160343523610053
Binary1001111011010010000001100111001110011101100111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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