Html Css Color HEX #28A780 Jungle Green

📋 copy color: '#28A780'

red 40 ◦ green 167 ◦ blue 128

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

Shades of Jungle Green #28A780

Tints of Jungle Green #28A780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.85%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 11.94%
G = 49.85%
B = 38.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#28A780 (or 0x28A780) is known color: Jungle Green. HEX triplet: 28, A7 and 80. RGB value is (40,167,128). Sum of RGB (Red+Green+Blue) = 40+167+128=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #28A780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A780 is #D7587F. Grayscale: #7C7C7C. Windows color (decimal): -14112896 or 8431400. OLE color: 8431400.

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

Color convert

RGB 40 167 128 -
CMYK 0.76 0 0.23 0.35
HSL 161.57º 0.61% 0.41% -
HSV(B) 161.57º 0.76% 0.65% -
XYZ 18.59 29.65 25.16 -
YUV 124.58 129.92 67.67 -
System Red Green Blue C M Y K H S L
Decimal 40 167 128 0.76 0 0.23 0.35 161.57 0.61 0.41
Hex 28 A7 80 4C 0 17 23 A2 3D 29
Octal 50 247 200 114 0 27 43 242 75 51
Binary 101000 10100111 10000000 1001100 0 10111 100011 10100010 111101 101001

Color Harmonies of #28A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A780

Black with #28A780

Text Example


Text Example

White with #28A780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,167,128); }

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

background-color css

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

 a { background-color: rgb(40,167,128); }

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

border-color css

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

 span { border-color: rgb(40,167,128); }

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