Html Css Color HEX #28A079 Jungle Green

📋 copy color: '#28A079'

red 40 ◦ green 160 ◦ blue 121

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

Shades of Jungle Green #28A079

Tints of Jungle Green #28A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.84%

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 12.46%
G = 49.84%
B = 37.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#28A079 (or 0x28A079) is known color: Jungle Green. HEX triplet: 28, A0 and 79. RGB value is (40,160,121). Sum of RGB (Red+Green+Blue) = 40+160+121=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #28A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A079 is #D75F86. Grayscale: #777777. Windows color (decimal): -14114695 or 7970856. OLE color: 7970856.

HSL color Cylindrical-coordinate representation of color #28A079: hue angle of 160.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A079 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 121 -
CMYK 0.75 0 0.24 0.37
HSL 160.5º 0.6% 0.39% -
HSV(B) 160.5º 0.75% 0.63% -
XYZ 16.9 26.97 22.4 -
YUV 119.67 128.74 71.17 -
System Red Green Blue C M Y K H S L
Decimal 40 160 121 0.75 0 0.24 0.37 160.5 0.6 0.39
Hex 28 A0 79 4B 0 18 25 A0 3C 27
Octal 50 240 171 113 0 30 45 240 74 47
Binary 101000 10100000 1111001 1001011 0 11000 100101 10100000 111100 100111

Color Harmonies of #28A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A079

Black with #28A079

Text Example


Text Example

White with #28A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,160,121); }

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

background-color css

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

 a { background-color: rgb(40,160,121); }

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

border-color css

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

 span { border-color: rgb(40,160,121); }

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