#28af4b

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

Shades of Chateau Green #28AF4B

Tints of Chateau Green #28AF4B

Color information

#28AF4B (or 0x28AF4B) is unknown color: approx Chateau Green. HEX triplet: 28, AF and 4B. RGB value is (40,175,75). Sum of RGB (Red+Green+Blue) = 40+175+75=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF4B is #D750B4. Grayscale: #7B7B7B. Windows color (decimal): -14110901 or 4960040. OLE color: 4960040.

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

Color convert

RGB4017575-
CMYK0.7700.570.31
HSL135.56º62.79%42.16%-
HSV(B)135.56º77.14%68.63%-
XYZ17.4831.6211.84-
YUV123.23100.7768.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 175 (68.75% from 255) = 60.34%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=13.79%
G=60.34%
B=25.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40175750.7700.570.31135.5662.7942.16
Hex28AF4B4D0391F883f2a
Octal50257113115071372107752
Binary101000101011111001011100110101110011111110001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28af4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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