Html Css Color HEX #28A276 Jungle Green

📋 copy color: '#28A276'

red 40 ◦ green 162 ◦ blue 118

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

Shades of Jungle Green #28A276

Tints of Jungle Green #28A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.63%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 12.5%
G = 50.63%
B = 36.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#28A276 (or 0x28A276) is known color: Jungle Green. HEX triplet: 28, A2 and 76. RGB value is (40,162,118). Sum of RGB (Red+Green+Blue) = 40+162+118=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #28A276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A276 is #D75D89. Grayscale: #787878. Windows color (decimal): -14114186 or 7774760. OLE color: 7774760.

HSL color Cylindrical-coordinate representation of color #28A276: hue angle of 158.36º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A276 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 162 118 -
CMYK 0.75 0 0.27 0.36
HSL 158.36º 0.6% 0.4% -
HSV(B) 158.36º 0.75% 0.64% -
XYZ 17.07 27.6 21.57 -
YUV 120.51 126.58 70.58 -
System Red Green Blue C M Y K H S L
Decimal 40 162 118 0.75 0 0.27 0.36 158.36 0.6 0.4
Hex 28 A2 76 4B 0 1B 24 9E 3C 28
Octal 50 242 166 113 0 33 44 236 74 50
Binary 101000 10100010 1110110 1001011 0 11011 100100 10011110 111100 101000

Color Harmonies of #28A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A276

Black with #28A276

Text Example


Text Example

White with #28A276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,162,118); }

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

background-color css

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

 a { background-color: rgb(40,162,118); }

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

border-color css

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

 span { border-color: rgb(40,162,118); }

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