#28AF42

Color #28AF42 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #28AF42

Tints of Chateau Green #28AF42

Color information

#28AF42 (or 0x28AF42) is unknown color: approx Chateau Green. HEX triplet: 28, AF and 42. RGB value is (40,175,66). Sum of RGB (Red+Green+Blue) = 40+175+66=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF42 is #D750BD. Grayscale: #7A7A7A. Windows color (decimal): -14110910 or 4370216. OLE color: 4370216.

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

Color convert

RGB4017566-
CMYK0.7700.620.31
HSL131.56º62.79%42.16%-
HSV(B)131.56º77.14%68.63%-
XYZ17.1931.510.33-
YUV122.2196.2769.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 175 (68.75% from 255) = 62.28%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=14.23%
G=62.28%
B=23.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40175660.7700.620.31131.5662.7942.16
Hex28AF424D03E1F843f2a
Octal50257102115076372047752
Binary101000101011111000010100110101111101111110000100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28AF42;
 }
 .AnyTagClassName
 {
   color: #28AF42;
 }
</style>
background-color css

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

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

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

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

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

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