Html Css Color HEX #28B145 Chateau Green

📋 copy color: '#28B145'

red 40 ◦ green 177 ◦ blue 69

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

Shades of Chateau Green #28B145

Tints of Chateau Green #28B145

RGB

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

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

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

R = 13.99%
G = 61.89%
B = 24.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#28B145 (or 0x28B145) is known color: Chateau Green. HEX triplet: 28, B1 and 45. RGB value is (40,177,69). Sum of RGB (Red+Green+Blue) = 40+177+69=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #28B145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B145 is #D74EBA. Grayscale: #7C7C7C. Windows color (decimal): -14110395 or 4567336. OLE color: 4567336.

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

Color convert

RGB 40 177 69 -
CMYK 0.77 0 0.61 0.31
HSL 132.7º 0.63% 0.43% -
HSV(B) 132.7º 0.77% 0.69% -
XYZ 17.67 32.33 10.94 -
YUV 123.73 97.11 68.28 -
System Red Green Blue C M Y K H S L
Decimal 40 177 69 0.77 0 0.61 0.31 132.7 0.63 0.43
Hex 28 B1 45 4D 0 3D 1F 85 3F 2B
Octal 50 261 105 115 0 75 37 205 77 53
Binary 101000 10110001 1000101 1001101 0 111101 11111 10000101 111111 101011

Color Harmonies of #28B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B145

Black with #28B145

Text Example


Text Example

White with #28B145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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