Html Css Color HEX #28AC3F Chateau Green

📋 copy color: '#28AC3F'

red 40 ◦ green 172 ◦ blue 63

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

Shades of Chateau Green #28AC3F

Tints of Chateau Green #28AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.55%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 14.55%
G = 62.55%
B = 22.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#28AC3F (or 0x28AC3F) is known color: Chateau Green. HEX triplet: 28, AC and 3F. RGB value is (40,172,63). Sum of RGB (Red+Green+Blue) = 40+172+63=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC3F is #D753C0. Grayscale: #787878. Windows color (decimal): -14111681 or 4172840. OLE color: 4172840.

HSL color Cylindrical-coordinate representation of color #28AC3F: hue angle of 130.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC3F is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 172 63 -
CMYK 0.77 0 0.63 0.33
HSL 130.45º 0.62% 0.42% -
HSV(B) 130.45º 0.77% 0.67% -
XYZ 16.52 30.32 9.68 -
YUV 120.11 95.77 70.86 -
System Red Green Blue C M Y K H S L
Decimal 40 172 63 0.77 0 0.63 0.33 130.45 0.62 0.42
Hex 28 AC 3F 4D 0 3F 21 82 3E 2A
Octal 50 254 77 115 0 77 41 202 76 52
Binary 101000 10101100 111111 1001101 0 111111 100001 10000010 111110 101010

Color Harmonies of #28AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC3F

Black with #28AC3F

Text Example


Text Example

White with #28AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,63); }

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

background-color css

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

 a { background-color: rgb(40,172,63); }

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

border-color css

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

 span { border-color: rgb(40,172,63); }

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