Html Css Color HEX #28AB45 Chateau Green

📋 copy color: '#28AB45'

red 40 ◦ green 171 ◦ blue 69

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

Shades of Chateau Green #28AB45

Tints of Chateau Green #28AB45

RGB

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

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

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

R = 14.29%
G = 61.07%
B = 24.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#28AB45 (or 0x28AB45) is known color: Chateau Green. HEX triplet: 28, AB and 45. RGB value is (40,171,69). Sum of RGB (Red+Green+Blue) = 40+171+69=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB45 is #D754BA. Grayscale: #787878. Windows color (decimal): -14111931 or 4565800. OLE color: 4565800.

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

Color convert

RGB 40 171 69 -
CMYK 0.77 0 0.60 0.33
HSL 133.28º 0.62% 0.41% -
HSV(B) 133.28º 0.77% 0.67% -
XYZ 16.51 30.01 10.55 -
YUV 120.2 99.1 70.79 -
System Red Green Blue C M Y K H S L
Decimal 40 171 69 0.77 0 0.60 0.33 133.28 0.62 0.41
Hex 28 AB 45 4D 0 3C 21 85 3E 29
Octal 50 253 105 115 0 74 41 205 76 51
Binary 101000 10101011 1000101 1001101 0 111100 100001 10000101 111110 101001

Color Harmonies of #28AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB45

Black with #28AB45

Text Example


Text Example

White with #28AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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