Html Css Color HEX #28AF45 Chateau Green

📋 copy color: '#28AF45'

red 40 ◦ green 175 ◦ blue 69

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

Shades of Chateau Green #28AF45

Tints of Chateau Green #28AF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.3%

R = 14.08%
G = 61.62%
B = 24.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#28AF45 (or 0x28AF45) is known color: Chateau Green. HEX triplet: 28, AF and 45. RGB value is (40,175,69). Sum of RGB (Red+Green+Blue) = 40+175+69=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF45 is #D750BA. Grayscale: #7A7A7A. Windows color (decimal): -14110907 or 4566824. OLE color: 4566824.

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

Color convert

RGB 40 175 69 -
CMYK 0.77 0 0.61 0.31
HSL 132.89º 0.63% 0.42% -
HSV(B) 132.89º 0.77% 0.69% -
XYZ 17.28 31.54 10.81 -
YUV 122.55 97.77 69.12 -
System Red Green Blue C M Y K H S L
Decimal 40 175 69 0.77 0 0.61 0.31 132.89 0.63 0.42
Hex 28 AF 45 4D 0 3D 1F 85 3F 2A
Octal 50 257 105 115 0 75 37 205 77 52
Binary 101000 10101111 1000101 1001101 0 111101 11111 10000101 111111 101010

Color Harmonies of #28AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF45

Black with #28AF45

Text Example


Text Example

White with #28AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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