Html Css Color HEX #28A047 Chateau Green

📋 copy color: '#28A047'

red 40 ◦ green 160 ◦ blue 71

#28A047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #28A047

Tints of Chateau Green #28A047

RGB

 RED value IS 40 (16.02% from 255) = 14.76%

 GREEN value IS 160 (62.89% from 255) = 59.04%

 BLUE value IS 71 (28.13% from 255) = 26.2%

R = 14.76%
G = 59.04%
B = 26.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#28A047 (or 0x28A047) is known color: Chateau Green. HEX triplet: 28, A0 and 47. RGB value is (40,160,71). Sum of RGB (Red+Green+Blue) = 40+160+71=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #28A047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A047 is #D75FB8. Grayscale: #727272. Windows color (decimal): -14114745 or 4694056. OLE color: 4694056.

HSL color Cylindrical-coordinate representation of color #28A047: hue angle of 135.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A047 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 71 -
CMYK 0.75 0 0.56 0.37
HSL 135.5º 0.6% 0.39% -
HSV(B) 135.5º 0.75% 0.63% -
XYZ 14.58 26.05 10.22 -
YUV 113.97 103.74 75.24 -
System Red Green Blue C M Y K H S L
Decimal 40 160 71 0.75 0 0.56 0.37 135.5 0.6 0.39
Hex 28 A0 47 4B 0 38 25 88 3C 27
Octal 50 240 107 113 0 70 45 210 74 47
Binary 101000 10100000 1000111 1001011 0 111000 100101 10001000 111100 100111

Color Harmonies of #28A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A047

Black with #28A047

Text Example


Text Example

White with #28A047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,160,71); }

 H1.HeaderClassName
 {
   color: #28A047;
 }
 .AnyTagClassName
 {
   color: #28A047;
 }
</style>

background-color css

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

 a { background-color: rgb(40,160,71); }

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

border-color css

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

 span { border-color: rgb(40,160,71); }

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