Html Css Color HEX #28AC42 Chateau Green

📋 copy color: '#28AC42'

red 40 ◦ green 172 ◦ blue 66

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

Shades of Chateau Green #28AC42

Tints of Chateau Green #28AC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 14.39%
G = 61.87%
B = 23.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#28AC42 (or 0x28AC42) is known color: Chateau Green. HEX triplet: 28, AC and 42. RGB value is (40,172,66). Sum of RGB (Red+Green+Blue) = 40+172+66=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC42 is #D753BD. Grayscale: #787878. Windows color (decimal): -14111678 or 4369448. OLE color: 4369448.

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

Color convert

RGB 40 172 66 -
CMYK 0.77 0 0.62 0.33
HSL 131.82º 0.62% 0.42% -
HSV(B) 131.82º 0.77% 0.67% -
XYZ 16.61 30.35 10.14 -
YUV 120.45 97.27 70.62 -
System Red Green Blue C M Y K H S L
Decimal 40 172 66 0.77 0 0.62 0.33 131.82 0.62 0.42
Hex 28 AC 42 4D 0 3E 21 84 3E 2A
Octal 50 254 102 115 0 76 41 204 76 52
Binary 101000 10101100 1000010 1001101 0 111110 100001 10000100 111110 101010

Color Harmonies of #28AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC42

Black with #28AC42

Text Example


Text Example

White with #28AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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