Html Css Color HEX #28AA50 Chateau Green

📋 copy color: '#28AA50'

red 40 ◦ green 170 ◦ blue 80

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

Shades of Chateau Green #28AA50

Tints of Chateau Green #28AA50

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.62%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 13.79%
G = 58.62%
B = 27.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#28AA50 (or 0x28AA50) is known color: Chateau Green. HEX triplet: 28, AA and 50. RGB value is (40,170,80). Sum of RGB (Red+Green+Blue) = 40+170+80=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA50 is #D755AF. Grayscale: #797979. Windows color (decimal): -14112176 or 5286440. OLE color: 5286440.

HSL color Cylindrical-coordinate representation of color #28AA50: hue angle of 138.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA50 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 170 80 -
CMYK 0.76 0 0.53 0.33
HSL 138.46º 0.62% 0.41% -
HSV(B) 138.46º 0.76% 0.67% -
XYZ 16.7 29.78 12.46 -
YUV 120.87 104.93 70.32 -
System Red Green Blue C M Y K H S L
Decimal 40 170 80 0.76 0 0.53 0.33 138.46 0.62 0.41
Hex 28 AA 50 4C 0 35 21 8A 3E 29
Octal 50 252 120 114 0 65 41 212 76 51
Binary 101000 10101010 1010000 1001100 0 110101 100001 10001010 111110 101001

Color Harmonies of #28AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA50

Black with #28AA50

Text Example


Text Example

White with #28AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,170,80); }

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

background-color css

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

 a { background-color: rgb(40,170,80); }

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

border-color css

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

 span { border-color: rgb(40,170,80); }

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