Html Css Color HEX #293010 Green Waterloo

📋 copy color: '#293010'

red 41 ◦ green 48 ◦ blue 16

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

Shades of Green Waterloo #293010

Tints of Green Waterloo #293010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 39.05%
G = 45.71%
B = 15.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#293010 (or 0x293010) is known color: Green Waterloo. HEX triplet: 29, 30 and 10. RGB value is (41,48,16). Sum of RGB (Red+Green+Blue) = 41+48+16=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #293010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293010 is #D6CFEF. Grayscale: #2A2A2A. Windows color (decimal): -14077936 or 1060905. OLE color: 1060905.

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

Color convert

RGB 41 48 16 -
CMYK 0.15 0 0.67 0.81
HSL 73.13º 0.5% 0.13% -
HSV(B) 73.13º 0.67% 0.19% -
XYZ 2.06 2.62 0.89 -
YUV 42.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 41 48 16 0.15 0 0.67 0.81 73.13 0.5 0.13
Hex 29 30 10 F 0 43 51 49 32 D
Octal 51 60 20 17 0 103 121 111 62 15
Binary 101001 110000 10000 1111 0 1000011 1010001 1001001 110010 1101

Color Harmonies of #293010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293010

Black with #293010

Text Example


Text Example

White with #293010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293010; }

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

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

background-color css

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

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

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

border-color css

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

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

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