Html Css Color HEX #28A145 Chateau Green

📋 copy color: '#28A145'

red 40 ◦ green 161 ◦ blue 69

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

Shades of Chateau Green #28A145

Tints of Chateau Green #28A145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 59.63%

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

R = 14.81%
G = 59.63%
B = 25.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#28A145 (or 0x28A145) is known color: Chateau Green. HEX triplet: 28, A1 and 45. RGB value is (40,161,69). Sum of RGB (Red+Green+Blue) = 40+161+69=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #28A145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A145 is #D75EBA. Grayscale: #727272. Windows color (decimal): -14114491 or 4563240. OLE color: 4563240.

HSL color Cylindrical-coordinate representation of color #28A145: hue angle of 134.38º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A145 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 161 69 -
CMYK 0.75 0 0.57 0.37
HSL 134.38º 0.6% 0.39% -
HSV(B) 134.38º 0.75% 0.63% -
XYZ 14.69 26.37 9.95 -
YUV 114.33 102.41 74.98 -
System Red Green Blue C M Y K H S L
Decimal 40 161 69 0.75 0 0.57 0.37 134.38 0.6 0.39
Hex 28 A1 45 4B 0 39 25 86 3C 27
Octal 50 241 105 113 0 71 45 206 74 47
Binary 101000 10100001 1000101 1001011 0 111001 100101 10000110 111100 100111

Color Harmonies of #28A145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A145

Black with #28A145

Text Example


Text Example

White with #28A145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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