Html Css Color HEX #28291E Green Waterloo

📋 copy color: '#28291E'

red 40 ◦ green 41 ◦ blue 30

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

Shades of Green Waterloo #28291E

Tints of Green Waterloo #28291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 36.04%
G = 36.94%
B = 27.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#28291E (or 0x28291E) is known color: Green Waterloo. HEX triplet: 28, 29 and 1E. RGB value is (40,41,30). Sum of RGB (Red+Green+Blue) = 40+41+30=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 41 - color contains mainly: green. Hex color #28291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28291E is #D7D6E1. Grayscale: #272727. Windows color (decimal): -14145250 or 1976616. OLE color: 1976616.

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

Color convert

RGB 40 41 30 -
CMYK 0.02 0 0.27 0.84
HSL 65.45º 0.15% 0.14% -
HSV(B) 65.45º 0.27% 0.16% -
XYZ 1.9 2.13 1.54 -
YUV 39.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 40 41 30 0.02 0 0.27 0.84 65.45 0.15 0.14
Hex 28 29 1E 2 0 1B 54 41 F E
Octal 50 51 36 2 0 33 124 101 17 16
Binary 101000 101001 11110 10 0 11011 1010100 1000001 1111 1110

Color Harmonies of #28291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28291E

Black with #28291E

Text Example


Text Example

White with #28291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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