Html Css Color HEX #28AF46 Chateau Green

📋 copy color: '#28AF46'

red 40 ◦ green 175 ◦ blue 70

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

Shades of Chateau Green #28AF46

Tints of Chateau Green #28AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 14.04%
G = 61.4%
B = 24.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#28AF46 (or 0x28AF46) is known color: Chateau Green. HEX triplet: 28, AF and 46. RGB value is (40,175,70). Sum of RGB (Red+Green+Blue) = 40+175+70=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF46 is #D750B9. Grayscale: #7A7A7A. Windows color (decimal): -14110906 or 4632360. OLE color: 4632360.

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

Color convert

RGB 40 175 70 -
CMYK 0.77 0 0.60 0.31
HSL 133.33º 0.63% 0.42% -
HSV(B) 133.33º 0.77% 0.69% -
XYZ 17.31 31.55 10.97 -
YUV 122.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 40 175 70 0.77 0 0.60 0.31 133.33 0.63 0.42
Hex 28 AF 46 4D 0 3C 1F 85 3F 2A
Octal 50 257 106 115 0 74 37 205 77 52
Binary 101000 10101111 1000110 1001101 0 111100 11111 10000101 111111 101010

Color Harmonies of #28AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF46

Black with #28AF46

Text Example


Text Example

White with #28AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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