Html Css Color HEX #28AB47 Chateau Green

📋 copy color: '#28AB47'

red 40 ◦ green 171 ◦ blue 71

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

Shades of Chateau Green #28AB47

Tints of Chateau Green #28AB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.64%

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

R = 14.18%
G = 60.64%
B = 25.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#28AB47 (or 0x28AB47) is known color: Chateau Green. HEX triplet: 28, AB and 47. RGB value is (40,171,71). Sum of RGB (Red+Green+Blue) = 40+171+71=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB47 is #D754B8. Grayscale: #787878. Windows color (decimal): -14111929 or 4696872. OLE color: 4696872.

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

Color convert

RGB 40 171 71 -
CMYK 0.77 0 0.58 0.33
HSL 134.2º 0.62% 0.41% -
HSV(B) 134.2º 0.77% 0.67% -
XYZ 16.58 30.03 10.88 -
YUV 120.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 40 171 71 0.77 0 0.58 0.33 134.2 0.62 0.41
Hex 28 AB 47 4D 0 3A 21 86 3E 29
Octal 50 253 107 115 0 72 41 206 76 51
Binary 101000 10101011 1000111 1001101 0 111010 100001 10000110 111110 101001

Color Harmonies of #28AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB47

Black with #28AB47

Text Example


Text Example

White with #28AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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