Html Css Color HEX #28291D Green Waterloo

📋 copy color: '#28291D'

red 40 ◦ green 41 ◦ blue 29

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

Shades of Green Waterloo #28291D

Tints of Green Waterloo #28291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.27%

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 36.36%
G = 37.27%
B = 26.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#28291D (or 0x28291D) is known color: Green Waterloo. HEX triplet: 28, 29 and 1D. RGB value is (40,41,29). Sum of RGB (Red+Green+Blue) = 40+41+29=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #28291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28291D is #D7D6E2. Grayscale: #272727. Windows color (decimal): -14145251 or 1911080. OLE color: 1911080.

HSL color Cylindrical-coordinate representation of color #28291D: hue angle of 65º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #28291D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 41 29 -
CMYK 0.02 0 0.29 0.84
HSL 65º 0.17% 0.14% -
HSV(B) 65º 0.29% 0.16% -
XYZ 1.89 2.13 1.47 -
YUV 39.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 40 41 29 0.02 0 0.29 0.84 65 0.17 0.14
Hex 28 29 1D 2 0 1D 54 41 11 E
Octal 50 51 35 2 0 35 124 101 21 16
Binary 101000 101001 11101 10 0 11101 1010100 1000001 10001 1110

Color Harmonies of #28291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28291D

Black with #28291D

Text Example


Text Example

White with #28291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28291D; }

 p { color: rgb(40,41,29); }

 H1.HeaderClassName
 {
   color: #28291D;
 }
 .AnyTagClassName
 {
   color: #28291D;
 }
</style>

background-color css

<style>
 a { background-color: #28291D; }

 a { background-color: rgb(40,41,29); }

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

border-color css

<style>
 span { border-color: #28291D; }

 span { border-color: rgb(40,41,29); }

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