Html Css Color HEX #28A584 Jungle Green

📋 copy color: '#28A584'

red 40 ◦ green 165 ◦ blue 132

#28A584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #28A584

Tints of Jungle Green #28A584

RGB

 RED value IS 40 (16.02% from 255) = 11.87%

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 132 (51.95% from 255) = 39.17%

R = 11.87%
G = 48.96%
B = 39.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#28A584 (or 0x28A584) is known color: Jungle Green. HEX triplet: 28, A5 and 84. RGB value is (40,165,132). Sum of RGB (Red+Green+Blue) = 40+165+132=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #28A584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A584 is #D75A7B. Grayscale: #7B7B7B. Windows color (decimal): -14113404 or 8693032. OLE color: 8693032.

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

Color convert

RGB 40 165 132 -
CMYK 0.76 0 0.20 0.35
HSL 164.16º 0.61% 0.4% -
HSV(B) 164.16º 0.76% 0.65% -
XYZ 18.5 29.03 26.46 -
YUV 123.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 40 165 132 0.76 0 0.20 0.35 164.16 0.61 0.4
Hex 28 A5 84 4C 0 14 23 A4 3D 28
Octal 50 245 204 114 0 24 43 244 75 50
Binary 101000 10100101 10000100 1001100 0 10100 100011 10100100 111101 101000

Color Harmonies of #28A584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A584

Black with #28A584

Text Example


Text Example

White with #28A584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28A584;
 }
 .AnyTagClassName
 {
   color: #28A584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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