Html Css Color HEX #293011 Green Waterloo

📋 copy color: '#293011'

red 41 ◦ green 48 ◦ blue 17

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

Shades of Green Waterloo #293011

Tints of Green Waterloo #293011

RGB

 RED value IS 41 (16.41% from 255) = 38.68%

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 38.68%
G = 45.28%
B = 16.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#293011 (or 0x293011) is known color: Green Waterloo. HEX triplet: 29, 30 and 11. RGB value is (41,48,17). Sum of RGB (Red+Green+Blue) = 41+48+17=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #293011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293011 is #D6CFEE. Grayscale: #2A2A2A. Windows color (decimal): -14077935 or 1126441. OLE color: 1126441.

HSL color Cylindrical-coordinate representation of color #293011: hue angle of 73.55º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293011 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 17 -
CMYK 0.15 0 0.65 0.81
HSL 73.55º 0.48% 0.13% -
HSV(B) 73.55º 0.65% 0.19% -
XYZ 2.07 2.63 0.93 -
YUV 42.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 41 48 17 0.15 0 0.65 0.81 73.55 0.48 0.13
Hex 29 30 11 F 0 41 51 4A 30 D
Octal 51 60 21 17 0 101 121 112 60 15
Binary 101001 110000 10001 1111 0 1000001 1010001 1001010 110000 1101

Color Harmonies of #293011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293011

Black with #293011

Text Example


Text Example

White with #293011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293011; }

 p { color: rgb(41,48,17); }

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

background-color css

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

 a { background-color: rgb(41,48,17); }

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

border-color css

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

 span { border-color: rgb(41,48,17); }

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