Html Css Color HEX #28B046 Chateau Green

📋 copy color: '#28B046'

red 40 ◦ green 176 ◦ blue 70

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

Shades of Chateau Green #28B046

Tints of Chateau Green #28B046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.54%

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

R = 13.99%
G = 61.54%
B = 24.48%

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

#28B046 (or 0x28B046) is known color: Chateau Green. HEX triplet: 28, B0 and 46. RGB value is (40,176,70). Sum of RGB (Red+Green+Blue) = 40+176+70=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #28B046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B046 is #D74FB9. Grayscale: #7B7B7B. Windows color (decimal): -14110650 or 4632616. OLE color: 4632616.

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

Color convert

RGB 40 176 70 -
CMYK 0.77 0 0.60 0.31
HSL 133.24º 0.63% 0.42% -
HSV(B) 133.24º 0.77% 0.69% -
XYZ 17.51 31.94 11.04 -
YUV 123.25 97.94 68.62 -
System Red Green Blue C M Y K H S L
Decimal 40 176 70 0.77 0 0.60 0.31 133.24 0.63 0.42
Hex 28 B0 46 4D 0 3C 1F 85 3F 2A
Octal 50 260 106 115 0 74 37 205 77 52
Binary 101000 10110000 1000110 1001101 0 111100 11111 10000101 111111 101010

Color Harmonies of #28B046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B046

Black with #28B046

Text Example


Text Example

White with #28B046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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