Html Css Color HEX #28291F Green Waterloo

📋 copy color: '#28291F'

red 40 ◦ green 41 ◦ blue 31

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

Shades of Green Waterloo #28291F

Tints of Green Waterloo #28291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.68%

R = 35.71%
G = 36.61%
B = 27.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#28291F (or 0x28291F) is known color: Green Waterloo. HEX triplet: 28, 29 and 1F. RGB value is (40,41,31). Sum of RGB (Red+Green+Blue) = 40+41+31=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 41 - color contains mainly: green. Hex color #28291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28291F is #D7D6E0. Grayscale: #272727. Windows color (decimal): -14145249 or 2042152. OLE color: 2042152.

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

Color convert

RGB 40 41 31 -
CMYK 0.02 0 0.24 0.84
HSL 66º 0.14% 0.14% -
HSV(B) 66º 0.24% 0.16% -
XYZ 1.92 2.14 1.61 -
YUV 39.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 40 41 31 0.02 0 0.24 0.84 66 0.14 0.14
Hex 28 29 1F 2 0 18 54 42 E E
Octal 50 51 37 2 0 30 124 102 16 16
Binary 101000 101001 11111 10 0 11000 1010100 1000010 1110 1110

Color Harmonies of #28291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28291F

Black with #28291F

Text Example


Text Example

White with #28291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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