Html Css Color HEX #28AF47 Chateau Green

📋 copy color: '#28AF47'

red 40 ◦ green 175 ◦ blue 71

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

Shades of Chateau Green #28AF47

Tints of Chateau Green #28AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.19%

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

R = 13.99%
G = 61.19%
B = 24.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#28AF47 (or 0x28AF47) is known color: Chateau Green. HEX triplet: 28, AF and 47. RGB value is (40,175,71). Sum of RGB (Red+Green+Blue) = 40+175+71=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF47 is #D750B8. Grayscale: #7B7B7B. Windows color (decimal): -14110905 or 4697896. OLE color: 4697896.

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

Color convert

RGB 40 175 71 -
CMYK 0.77 0 0.59 0.31
HSL 133.78º 0.63% 0.42% -
HSV(B) 133.78º 0.77% 0.69% -
XYZ 17.34 31.57 11.14 -
YUV 122.78 98.77 68.96 -
System Red Green Blue C M Y K H S L
Decimal 40 175 71 0.77 0 0.59 0.31 133.78 0.63 0.42
Hex 28 AF 47 4D 0 3B 1F 86 3F 2A
Octal 50 257 107 115 0 73 37 206 77 52
Binary 101000 10101111 1000111 1001101 0 111011 11111 10000110 111111 101010

Color Harmonies of #28AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF47

Black with #28AF47

Text Example


Text Example

White with #28AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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