Html Css Color HEX #28AC40 Chateau Green

📋 copy color: '#28AC40'

red 40 ◦ green 172 ◦ blue 64

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

Shades of Chateau Green #28AC40

Tints of Chateau Green #28AC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 14.49%
G = 62.32%
B = 23.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#28AC40 (or 0x28AC40) is known color: Chateau Green. HEX triplet: 28, AC and 40. RGB value is (40,172,64). Sum of RGB (Red+Green+Blue) = 40+172+64=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC40 is #D753BF. Grayscale: #787878. Windows color (decimal): -14111680 or 4238376. OLE color: 4238376.

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

Color convert

RGB 40 172 64 -
CMYK 0.77 0 0.63 0.33
HSL 130.91º 0.62% 0.42% -
HSV(B) 130.91º 0.77% 0.67% -
XYZ 16.55 30.33 9.83 -
YUV 120.22 96.27 70.78 -
System Red Green Blue C M Y K H S L
Decimal 40 172 64 0.77 0 0.63 0.33 130.91 0.62 0.42
Hex 28 AC 40 4D 0 3F 21 83 3E 2A
Octal 50 254 100 115 0 77 41 203 76 52
Binary 101000 10101100 1000000 1001101 0 111111 100001 10000011 111110 101010

Color Harmonies of #28AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC40

Black with #28AC40

Text Example


Text Example

White with #28AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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