Html Css Color HEX #28B144 Chateau Green

📋 copy color: '#28B144'

red 40 ◦ green 177 ◦ blue 68

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

Shades of Chateau Green #28B144

Tints of Chateau Green #28B144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 62.11%

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 14.04%
G = 62.11%
B = 23.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#28B144 (or 0x28B144) is known color: Chateau Green. HEX triplet: 28, B1 and 44. RGB value is (40,177,68). Sum of RGB (Red+Green+Blue) = 40+177+68=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 177 (69.53% from 255 or 62.11% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 177 - color contains mainly: green. Hex color #28B144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B144 is #D74EBB. Grayscale: #7B7B7B. Windows color (decimal): -14110396 or 4501800. OLE color: 4501800.

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

Color convert

RGB 40 177 68 -
CMYK 0.77 0 0.62 0.31
HSL 132.26º 0.63% 0.43% -
HSV(B) 132.26º 0.77% 0.69% -
XYZ 17.64 32.31 10.78 -
YUV 123.61 96.61 68.36 -
System Red Green Blue C M Y K H S L
Decimal 40 177 68 0.77 0 0.62 0.31 132.26 0.63 0.43
Hex 28 B1 44 4D 0 3E 1F 84 3F 2B
Octal 50 261 104 115 0 76 37 204 77 53
Binary 101000 10110001 1000100 1001101 0 111110 11111 10000100 111111 101011

Color Harmonies of #28B144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B144

Black with #28B144

Text Example


Text Example

White with #28B144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,177,68); }

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

background-color css

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

 a { background-color: rgb(40,177,68); }

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

border-color css

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

 span { border-color: rgb(40,177,68); }

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