#28A27E

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

Shades of Jungle Green #28A27E

Tints of Jungle Green #28A27E

Color information

#28A27E (or 0x28A27E) is unknown color: approx Jungle Green. HEX triplet: 28, A2 and 7E. RGB value is (40,162,126). Sum of RGB (Red+Green+Blue) = 40+162+126=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #28A27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A27E is #D75D81. Grayscale: #797979. Windows color (decimal): -14114178 or 8299048. OLE color: 8299048.

HSL color Cylindrical-coordinate representation of color #28A27E: hue angle of 162.3º 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 #28A27E is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB40162126-
CMYK0.7500.220.36
HSL162.3º60.4%39.61%-
HSV(B)162.3º75.31%63.53%-
XYZ17.5627.824.18-
YUV121.42130.5869.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.20%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=12.20%
G=49.39%
B=38.41%

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
Decimal401621260.7500.220.36162.360.439.61
Hex28A27E4B01624a23c28
Octal50242176113026442427450
Binary101000101000101111110100101101011010010010100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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