#29300E

Color #29300E Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #29300E

Tints of Green Waterloo #29300E

Color information

#29300E (or 0x29300E) is unknown color: approx 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

RGB414814-
CMYK0.1500.710.81
HSL72.35º54.84%12.16%-
HSV(B)72.35º70.83%18.82%-
XYZ2.052.620.81-
YUV42.03112.18127.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=39.81%
G=46.60%
B=13.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148140.1500.710.8172.3554.8412.16
Hex2930EF047514837c
Octal5160161701071211106714
Binary1010011100001110111101000111101000110010001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>