Html Css Color HEX #28AA48 Chateau Green

📋 copy color: '#28AA48'

red 40 ◦ green 170 ◦ blue 72

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

Shades of Chateau Green #28AA48

Tints of Chateau Green #28AA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 14.18%
G = 60.28%
B = 25.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#28AA48 (or 0x28AA48) is known color: Chateau Green. HEX triplet: 28, AA and 48. RGB value is (40,170,72). Sum of RGB (Red+Green+Blue) = 40+170+72=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA48 is #D755B7. Grayscale: #787878. Windows color (decimal): -14112184 or 4762152. OLE color: 4762152.

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

Color convert

RGB 40 170 72 -
CMYK 0.76 0 0.58 0.33
HSL 134.77º 0.62% 0.41% -
HSV(B) 134.77º 0.76% 0.67% -
XYZ 16.42 29.67 10.99 -
YUV 119.96 100.93 70.97 -
System Red Green Blue C M Y K H S L
Decimal 40 170 72 0.76 0 0.58 0.33 134.77 0.62 0.41
Hex 28 AA 48 4C 0 3A 21 87 3E 29
Octal 50 252 110 114 0 72 41 207 76 51
Binary 101000 10101010 1001000 1001100 0 111010 100001 10000111 111110 101001

Color Harmonies of #28AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA48

Black with #28AA48

Text Example


Text Example

White with #28AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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