#28A384

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

Shades of Jungle Green #28A384

Tints of Jungle Green #28A384

Color information

#28A384 (or 0x28A384) is unknown color: approx Jungle Green. HEX triplet: 28, A3 and 84. RGB value is (40,163,132). Sum of RGB (Red+Green+Blue) = 40+163+132=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #28A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A384 is #D75C7B. Grayscale: #7A7A7A. Windows color (decimal): -14113916 or 8692520. OLE color: 8692520.

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

Color convert

RGB40163132-
CMYK0.7500.190.36
HSL164.88º60.59%39.8%-
HSV(B)164.88º75.46%63.92%-
XYZ18.1428.3126.34-
YUV122.69133.2569.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.94%
GREEN value IS 163 (64.06% from 255) = 48.66%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=11.94%
G=48.66%
B=39.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401631320.7500.190.36164.8860.5939.8
Hex28A3844B01324a53d28
Octal50243204113023442457550
Binary1010001010001110000100100101101001110010010100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,163,132); }

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

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

 a { background-color: rgb(40,163,132); }

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

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

 span { border-color: rgb(40,163,132); }

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