Html Css Color HEX #28AC46 Chateau Green

📋 copy color: '#28AC46'

red 40 ◦ green 172 ◦ blue 70

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

Shades of Chateau Green #28AC46

Tints of Chateau Green #28AC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 14.18%
G = 60.99%
B = 24.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#28AC46 (or 0x28AC46) is known color: Chateau Green. HEX triplet: 28, AC and 46. RGB value is (40,172,70). Sum of RGB (Red+Green+Blue) = 40+172+70=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC46 is #D753B9. Grayscale: #797979. Windows color (decimal): -14111674 or 4631592. OLE color: 4631592.

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

Color convert

RGB 40 172 70 -
CMYK 0.77 0 0.59 0.33
HSL 133.64º 0.62% 0.42% -
HSV(B) 133.64º 0.77% 0.67% -
XYZ 16.73 30.4 10.78 -
YUV 120.9 99.27 70.29 -
System Red Green Blue C M Y K H S L
Decimal 40 172 70 0.77 0 0.59 0.33 133.64 0.62 0.42
Hex 28 AC 46 4D 0 3B 21 86 3E 2A
Octal 50 254 106 115 0 73 41 206 76 52
Binary 101000 10101100 1000110 1001101 0 111011 100001 10000110 111110 101010

Color Harmonies of #28AC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC46

Black with #28AC46

Text Example


Text Example

White with #28AC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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