#28AF45

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

Shades of Chateau Green #28AF45

Tints of Chateau Green #28AF45

Color information

#28AF45 (or 0x28AF45) is unknown color: approx Chateau Green. HEX triplet: 28, AF and 45. RGB value is (40,175,69). Sum of RGB (Red+Green+Blue) = 40+175+69=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF45 is #D750BA. Grayscale: #7A7A7A. Windows color (decimal): -14110907 or 4566824. OLE color: 4566824.

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

Color convert

RGB4017569-
CMYK0.7700.610.31
HSL132.89º62.79%42.16%-
HSV(B)132.89º77.14%68.63%-
XYZ17.2831.5410.81-
YUV122.5597.7769.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.08%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=14.08%
G=61.62%
B=24.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40175690.7700.610.31132.8962.7942.16
Hex28AF454D03D1F853f2a
Octal50257105115075372057752
Binary101000101011111000101100110101111011111110000101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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