Html Css Color HEX #28A376 Jungle Green

📋 copy color: '#28A376'

red 40 ◦ green 163 ◦ blue 118

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

Shades of Jungle Green #28A376

Tints of Jungle Green #28A376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.78%

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

R = 12.46%
G = 50.78%
B = 36.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#28A376 (or 0x28A376) is known color: Jungle Green. HEX triplet: 28, A3 and 76. RGB value is (40,163,118). Sum of RGB (Red+Green+Blue) = 40+163+118=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #28A376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A376 is #D75C89. Grayscale: #797979. Windows color (decimal): -14113930 or 7775016. OLE color: 7775016.

HSL color Cylindrical-coordinate representation of color #28A376: hue angle of 158.05º degrees, saturation: 0.61, 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 #28A376 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 163 118 -
CMYK 0.75 0 0.28 0.36
HSL 158.05º 0.61% 0.4% -
HSV(B) 158.05º 0.75% 0.64% -
XYZ 17.24 27.95 21.63 -
YUV 121.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 40 163 118 0.75 0 0.28 0.36 158.05 0.61 0.4
Hex 28 A3 76 4B 0 1C 24 9E 3D 28
Octal 50 243 166 113 0 34 44 236 75 50
Binary 101000 10100011 1110110 1001011 0 11100 100100 10011110 111101 101000

Color Harmonies of #28A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A376

Black with #28A376

Text Example


Text Example

White with #28A376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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