#28AB46

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

Shades of Chateau Green #28AB46

Tints of Chateau Green #28AB46

Color information

#28AB46 (or 0x28AB46) is unknown color: approx Chateau Green. HEX triplet: 28, AB and 46. RGB value is (40,171,70). Sum of RGB (Red+Green+Blue) = 40+171+70=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB46 is #D754B9. Grayscale: #787878. Windows color (decimal): -14111930 or 4631336. OLE color: 4631336.

HSL color Cylindrical-coordinate representation of color #28AB46: hue angle of 133.74º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB46 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB4017170-
CMYK0.7700.590.33
HSL133.74º62.09%41.37%-
HSV(B)133.74º76.61%67.06%-
XYZ16.5430.0210.72-
YUV120.3299.670.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 171 (67.19% from 255) = 60.85%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=14.23%
G=60.85%
B=24.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40171700.7700.590.33133.7462.0941.37
Hex28AB464D03B21863e29
Octal50253106115073412067651
Binary1010001010101110001101001101011101110000110000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,171,70); }

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

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

 a { background-color: rgb(40,171,70); }

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

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

 span { border-color: rgb(40,171,70); }

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