#28A77B

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

Shades of Jungle Green #28A77B

Tints of Jungle Green #28A77B

Color information

#28A77B (or 0x28A77B) is unknown color: approx Jungle Green. HEX triplet: 28, A7 and 7B. RGB value is (40,167,123). Sum of RGB (Red+Green+Blue) = 40+167+123=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #28A77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A77B is #D75884. Grayscale: #7C7C7C. Windows color (decimal): -14112901 or 8103720. OLE color: 8103720.

HSL color Cylindrical-coordinate representation of color #28A77B: hue angle of 159.21º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A77B is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB40167123-
CMYK0.7600.260.35
HSL159.21º61.35%40.59%-
HSV(B)159.21º76.05%65.49%-
XYZ18.2729.5223.47-
YUV124.01127.4268.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.12%
GREEN value IS 167 (65.62% from 255) = 50.61%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=12.12%
G=50.61%
B=37.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401671230.7600.260.35159.2161.3540.59
Hex28A77B4C01A239f3d29
Octal50247173114032432377551
Binary101000101001111111011100110001101010001110011111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,167,123); }

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

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

 a { background-color: rgb(40,167,123); }

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

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

 span { border-color: rgb(40,167,123); }

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