Html Css Color HEX #28AA78 Jungle Green

📋 copy color: '#28AA78'

red 40 ◦ green 170 ◦ blue 120

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

Shades of Jungle Green #28AA78

Tints of Jungle Green #28AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 12.12%
G = 51.52%
B = 36.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#28AA78 (or 0x28AA78) is known color: Jungle Green. HEX triplet: 28, AA and 78. RGB value is (40,170,120). Sum of RGB (Red+Green+Blue) = 40+170+120=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA78 is #D75587. Grayscale: #7D7D7D. Windows color (decimal): -14112136 or 7907880. OLE color: 7907880.

HSL color Cylindrical-coordinate representation of color #28AA78: hue angle of 156.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA78 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 170 120 -
CMYK 0.76 0 0.29 0.33
HSL 156.92º 0.62% 0.41% -
HSV(B) 156.92º 0.76% 0.67% -
XYZ 18.64 30.56 22.68 -
YUV 125.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 40 170 120 0.76 0 0.29 0.33 156.92 0.62 0.41
Hex 28 AA 78 4C 0 1D 21 9D 3E 29
Octal 50 252 170 114 0 35 41 235 76 51
Binary 101000 10101010 1111000 1001100 0 11101 100001 10011101 111110 101001

Color Harmonies of #28AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA78

Black with #28AA78

Text Example


Text Example

White with #28AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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