#28A27D

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

Shades of Jungle Green #28A27D

Tints of Jungle Green #28A27D

Color information

#28A27D (or 0x28A27D) is unknown color: approx Jungle Green. HEX triplet: 28, A2 and 7D. RGB value is (40,162,125). Sum of RGB (Red+Green+Blue) = 40+162+125=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #28A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A27D is #D75D82. Grayscale: #797979. Windows color (decimal): -14114179 or 8233512. OLE color: 8233512.

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

Color convert

RGB40162125-
CMYK0.7500.230.36
HSL161.8º60.4%39.61%-
HSV(B)161.8º75.31%63.53%-
XYZ17.527.7723.84-
YUV121.3130.0870.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=12.23%
G=49.54%
B=38.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621250.7500.230.36161.860.439.61
Hex28A27D4B01724a23c28
Octal50242175113027442427450
Binary101000101000101111101100101101011110010010100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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