#28b478

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

Shades of Jungle Green #28B478

Tints of Jungle Green #28B478

Color information

#28B478 (or 0x28B478) is unknown color: approx Jungle Green. HEX triplet: 28, B4 and 78. RGB value is (40,180,120). Sum of RGB (Red+Green+Blue) = 40+180+120=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #28B478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B478 is #D74B87. Grayscale: #838383. Windows color (decimal): -14109576 or 7910440. OLE color: 7910440.

HSL color Cylindrical-coordinate representation of color #28B478: hue angle of 154.29º 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 #28B478 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB40180120-
CMYK0.7800.330.29
HSL154.29º63.64%43.14%-
HSV(B)154.29º77.78%70.59%-
XYZ20.5934.4523.33-
YUV131.3121.6262.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=11.76%
G=52.94%
B=35.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401801200.7800.330.29154.2963.6443.14
Hex28B4784E0211D9a402b
Octal502641701160413523210053
Binary1010001011010011110001001110010000111101100110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28b478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,180,120); }

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

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

 a { background-color: rgb(40,180,120); }

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

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

 span { border-color: rgb(40,180,120); }

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