Html Css Color HEX #28A273 Jungle Green

📋 copy color: '#28A273'

red 40 ◦ green 162 ◦ blue 115

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

Shades of Jungle Green #28A273

Tints of Jungle Green #28A273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 12.62%
G = 51.1%
B = 36.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#28A273 (or 0x28A273) is known color: Jungle Green. HEX triplet: 28, A2 and 73. RGB value is (40,162,115). Sum of RGB (Red+Green+Blue) = 40+162+115=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #28A273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A273 is #D75D8C. Grayscale: #787878. Windows color (decimal): -14114189 or 7578152. OLE color: 7578152.

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

Color convert

RGB 40 162 115 -
CMYK 0.75 0 0.29 0.36
HSL 156.89º 0.6% 0.4% -
HSV(B) 156.89º 0.75% 0.64% -
XYZ 16.89 27.53 20.64 -
YUV 120.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 40 162 115 0.75 0 0.29 0.36 156.89 0.6 0.4
Hex 28 A2 73 4B 0 1D 24 9D 3C 28
Octal 50 242 163 113 0 35 44 235 74 50
Binary 101000 10100010 1110011 1001011 0 11101 100100 10011101 111100 101000

Color Harmonies of #28A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A273

Black with #28A273

Text Example


Text Example

White with #28A273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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