#28BC52

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

Shades of Chateau Green #28BC52

Tints of Chateau Green #28BC52

Color information

#28BC52 (or 0x28BC52) is unknown color: approx Chateau Green. HEX triplet: 28, BC and 52. RGB value is (40,188,82). Sum of RGB (Red+Green+Blue) = 40+188+82=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BC52 is #D743AD. Grayscale: #838383. Windows color (decimal): -14107566 or 5422120. OLE color: 5422120.

HSL color Cylindrical-coordinate representation of color #28BC52: hue angle of 137.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC52 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB4018882-
CMYK0.7900.560.26
HSL137.03º64.91%44.71%-
HSV(B)137.03º78.72%73.73%-
XYZ20.3837.0314.06-
YUV131.6699.9762.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 188 (73.83% from 255) = 60.65%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=12.90%
G=60.65%
B=26.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40188820.7900.560.26137.0364.9144.71
Hex28BC524F0381A89412d
Octal502741221170703221110155
Binary1010001011110010100101001111011100011010100010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,188,82); }

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

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

 a { background-color: rgb(40,188,82); }

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

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

 span { border-color: rgb(40,188,82); }

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