#28A27F

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

Shades of Jungle Green #28A27F

Tints of Jungle Green #28A27F

Color information

#28A27F (or 0x28A27F) is unknown color: approx Jungle Green. HEX triplet: 28, A2 and 7F. RGB value is (40,162,127). Sum of RGB (Red+Green+Blue) = 40+162+127=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #28A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A27F is #D75D80. Grayscale: #797979. Windows color (decimal): -14114177 or 8364584. OLE color: 8364584.

HSL color Cylindrical-coordinate representation of color #28A27F: hue angle of 162.79º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A27F is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB40162127-
CMYK0.7500.220.36
HSL162.79º60.4%39.61%-
HSV(B)162.79º75.31%63.53%-
XYZ17.6327.8224.52-
YUV121.53131.0869.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 127 (50% from 255) = 38.60%
R=12.16%
G=49.24%
B=38.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621270.7500.220.36162.7960.439.61
Hex28A27F4B01624a33c28
Octal50242177113026442437450
Binary101000101000101111111100101101011010010010100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A27F; }

 p { color: rgb(40,162,127); }

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

<style>
 a { background-color: #28A27F; }

 a { background-color: rgb(40,162,127); }

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

<style>
 span { border-color: #28A27F; }

 span { border-color: rgb(40,162,127); }

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