Html Css Color HEX #29300E Green Waterloo

📋 copy color: '#29300E'

red 41 ◦ green 48 ◦ blue 14

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

Shades of Green Waterloo #29300E

Tints of Green Waterloo #29300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.59%

R = 39.81%
G = 46.6%
B = 13.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#29300E (or 0x29300E) is known color: Green Waterloo. HEX triplet: 29, 30 and 0E. RGB value is (41,48,14). Sum of RGB (Red+Green+Blue) = 41+48+14=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #29300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29300E is #D6CFF1. Grayscale: #2A2A2A. Windows color (decimal): -14077938 or 929833. OLE color: 929833.

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

Color convert

RGB 41 48 14 -
CMYK 0.15 0 0.71 0.81
HSL 72.35º 0.55% 0.12% -
HSV(B) 72.35º 0.71% 0.19% -
XYZ 2.05 2.62 0.81 -
YUV 42.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 41 48 14 0.15 0 0.71 0.81 72.35 0.55 0.12
Hex 29 30 E F 0 47 51 48 37 C
Octal 51 60 16 17 0 107 121 110 67 14
Binary 101001 110000 1110 1111 0 1000111 1010001 1001000 110111 1100

Color Harmonies of #29300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29300E

Black with #29300E

Text Example


Text Example

White with #29300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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