Html Css Color HEX #28291B Green Waterloo

📋 copy color: '#28291B'

red 40 ◦ green 41 ◦ blue 27

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

Shades of Green Waterloo #28291B

Tints of Green Waterloo #28291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25%

R = 37.04%
G = 37.96%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#28291B (or 0x28291B) is known color: Green Waterloo. HEX triplet: 28, 29 and 1B. RGB value is (40,41,27). Sum of RGB (Red+Green+Blue) = 40+41+27=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #28291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28291B is #D7D6E4. Grayscale: #272727. Windows color (decimal): -14145253 or 1780008. OLE color: 1780008.

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

Color convert

RGB 40 41 27 -
CMYK 0.02 0 0.34 0.84
HSL 64.29º 0.21% 0.13% -
HSV(B) 64.29º 0.34% 0.16% -
XYZ 1.87 2.12 1.35 -
YUV 39.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 40 41 27 0.02 0 0.34 0.84 64.29 0.21 0.13
Hex 28 29 1B 2 0 22 54 40 15 D
Octal 50 51 33 2 0 42 124 100 25 15
Binary 101000 101001 11011 10 0 100010 1010100 1000000 10101 1101

Color Harmonies of #28291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28291B

Black with #28291B

Text Example


Text Example

White with #28291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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