Html Css Color HEX #28A772 Jungle Green

📋 copy color: '#28A772'

red 40 ◦ green 167 ◦ blue 114

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

Shades of Jungle Green #28A772

Tints of Jungle Green #28A772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 12.46%
G = 52.02%
B = 35.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#28A772 (or 0x28A772) is known color: Jungle Green. HEX triplet: 28, A7 and 72. RGB value is (40,167,114). Sum of RGB (Red+Green+Blue) = 40+167+114=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #28A772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A772 is #D7588D. Grayscale: #7B7B7B. Windows color (decimal): -14112910 or 7513896. OLE color: 7513896.

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

Color convert

RGB 40 167 114 -
CMYK 0.76 0 0.32 0.35
HSL 154.96º 0.61% 0.41% -
HSV(B) 154.96º 0.76% 0.65% -
XYZ 17.73 29.3 20.64 -
YUV 122.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 40 167 114 0.76 0 0.32 0.35 154.96 0.61 0.41
Hex 28 A7 72 4C 0 20 23 9B 3D 29
Octal 50 247 162 114 0 40 43 233 75 51
Binary 101000 10100111 1110010 1001100 0 100000 100011 10011011 111101 101001

Color Harmonies of #28A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A772

Black with #28A772

Text Example


Text Example

White with #28A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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