Html Css Color HEX #28AA77 Jungle Green

📋 copy color: '#28AA77'

red 40 ◦ green 170 ◦ blue 119

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

Shades of Jungle Green #28AA77

Tints of Jungle Green #28AA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 12.16%
G = 51.67%
B = 36.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#28AA77 (or 0x28AA77) is known color: Jungle Green. HEX triplet: 28, AA and 77. RGB value is (40,170,119). Sum of RGB (Red+Green+Blue) = 40+170+119=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA77 is #D75588. Grayscale: #7D7D7D. Windows color (decimal): -14112137 or 7842344. OLE color: 7842344.

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

Color convert

RGB 40 170 119 -
CMYK 0.76 0 0.3 0.33
HSL 156.46º 0.62% 0.41% -
HSV(B) 156.46º 0.76% 0.67% -
XYZ 18.58 30.53 22.37 -
YUV 125.32 124.43 67.15 -
System Red Green Blue C M Y K H S L
Decimal 40 170 119 0.76 0 0.3 0.33 156.46 0.62 0.41
Hex 28 AA 77 4C 0 1E 21 9C 3E 29
Octal 50 252 167 114 0 36 41 234 76 51
Binary 101000 10101010 1110111 1001100 0 11110 100001 10011100 111110 101001

Color Harmonies of #28AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA77

Black with #28AA77

Text Example


Text Example

White with #28AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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