Html Css Color HEX #28B079 Jungle Green

📋 copy color: '#28B079'

red 40 ◦ green 176 ◦ blue 121

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

Shades of Jungle Green #28B079

Tints of Jungle Green #28B079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.23%

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

R = 11.87%
G = 52.23%
B = 35.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#28B079 (or 0x28B079) is known color: Jungle Green. HEX triplet: 28, B0 and 79. RGB value is (40,176,121). Sum of RGB (Red+Green+Blue) = 40+176+121=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #28B079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B079 is #D74F86. Grayscale: #818181. Windows color (decimal): -14110599 or 7974952. OLE color: 7974952.

HSL color Cylindrical-coordinate representation of color #28B079: hue angle of 155.74º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B079 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 176 121 -
CMYK 0.77 0 0.31 0.31
HSL 155.74º 0.63% 0.42% -
HSV(B) 155.74º 0.77% 0.69% -
XYZ 19.85 32.88 23.39 -
YUV 129.07 123.44 64.47 -
System Red Green Blue C M Y K H S L
Decimal 40 176 121 0.77 0 0.31 0.31 155.74 0.63 0.42
Hex 28 B0 79 4D 0 1F 1F 9C 3F 2A
Octal 50 260 171 115 0 37 37 234 77 52
Binary 101000 10110000 1111001 1001101 0 11111 11111 10011100 111111 101010

Color Harmonies of #28B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B079

Black with #28B079

Text Example


Text Example

White with #28B079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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