Html Css Color HEX #28AC50 Chateau Green

📋 copy color: '#28AC50'

red 40 ◦ green 172 ◦ blue 80

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

Shades of Chateau Green #28AC50

Tints of Chateau Green #28AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.9%

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

R = 13.7%
G = 58.9%
B = 27.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#28AC50 (or 0x28AC50) is known color: Chateau Green. HEX triplet: 28, AC and 50. RGB value is (40,172,80). Sum of RGB (Red+Green+Blue) = 40+172+80=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC50 is #D753AF. Grayscale: #7A7A7A. Windows color (decimal): -14111664 or 5286952. OLE color: 5286952.

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

Color convert

RGB 40 172 80 -
CMYK 0.77 0 0.53 0.33
HSL 138.18º 0.62% 0.42% -
HSV(B) 138.18º 0.77% 0.67% -
XYZ 17.08 30.54 12.58 -
YUV 122.04 104.27 69.48 -
System Red Green Blue C M Y K H S L
Decimal 40 172 80 0.77 0 0.53 0.33 138.18 0.62 0.42
Hex 28 AC 50 4D 0 35 21 8A 3E 2A
Octal 50 254 120 115 0 65 41 212 76 52
Binary 101000 10101100 1010000 1001101 0 110101 100001 10001010 111110 101010

Color Harmonies of #28AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC50

Black with #28AC50

Text Example


Text Example

White with #28AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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