Html Css Color HEX #293009 Green Waterloo

📋 copy color: '#293009'

red 41 ◦ green 48 ◦ blue 9

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

Shades of Green Waterloo #293009

Tints of Green Waterloo #293009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 41.84%
G = 48.98%
B = 9.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#293009 (or 0x293009) is known color: Green Waterloo. HEX triplet: 29, 30 and 09. RGB value is (41,48,9). Sum of RGB (Red+Green+Blue) = 41+48+9=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #293009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293009 is #D6CFF6. Grayscale: #292929. Windows color (decimal): -14077943 or 602153. OLE color: 602153.

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

Color convert

RGB 41 48 9 -
CMYK 0.15 0 0.81 0.81
HSL 70.77º 0.68% 0.11% -
HSV(B) 70.77º 0.81% 0.19% -
XYZ 2.02 2.61 0.65 -
YUV 41.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 41 48 9 0.15 0 0.81 0.81 70.77 0.68 0.11
Hex 29 30 9 F 0 51 51 47 44 B
Octal 51 60 11 17 0 121 121 107 104 13
Binary 101001 110000 1001 1111 0 1010001 1010001 1000111 1000100 1011

Color Harmonies of #293009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293009

Black with #293009

Text Example


Text Example

White with #293009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293009; }

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

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

background-color css

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

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

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

border-color css

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

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

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