#28AF4D

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

Shades of Chateau Green #28AF4D

Tints of Chateau Green #28AF4D

Color information

#28AF4D (or 0x28AF4D) is unknown color: approx Chateau Green. HEX triplet: 28, AF and 4D. RGB value is (40,175,77). Sum of RGB (Red+Green+Blue) = 40+175+77=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF4D is #D750B2. Grayscale: #7B7B7B. Windows color (decimal): -14110899 or 5091112. OLE color: 5091112.

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

Color convert

RGB4017577-
CMYK0.7700.560.31
HSL136.44º62.79%42.16%-
HSV(B)136.44º77.14%68.63%-
XYZ17.5431.6512.2-
YUV123.46101.7768.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 175 (68.75% from 255) = 59.93%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=13.70%
G=59.93%
B=26.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40175770.7700.560.31136.4462.7942.16
Hex28AF4D4D0381F883f2a
Octal50257115115070372107752
Binary101000101011111001101100110101110001111110001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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