#292F0C

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

Shades of Green Waterloo #292F0C

Tints of Green Waterloo #292F0C

Color information

#292F0C (or 0x292F0C) is unknown color: approx Green Waterloo. HEX triplet: 29, 2F and 0C. RGB value is (41,47,12). Sum of RGB (Red+Green+Blue) = 41+47+12=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #292F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292F0C is #D6D0F3. Grayscale: #292929. Windows color (decimal): -14078196 or 798505. OLE color: 798505.

HSL color Cylindrical-coordinate representation of color #292F0C: hue angle of 70.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292F0C is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB414712-
CMYK0.1300.740.82
HSL70.29º59.32%11.57%-
HSV(B)70.29º74.47%18.43%-
XYZ22.530.73-
YUV41.22111.51127.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 12 (5.08% from 255) = 12%
R=41%
G=47%
B=12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147120.1300.740.8270.2959.3211.57
Hex292FCD04A52463bc
Octal5157141501121221067314
Binary1010011011111100110101001010101001010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F0C; }

 p { color: rgb(41,47,12); }

 H1.HeaderClassName
 {
   color: #292F0C;
 }
 .AnyTagClassName
 {
   color: #292F0C;
 }
</style>
background-color css

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

 a { background-color: rgb(41,47,12); }

 div.DivClassName
 {
   background-color: #292F0C;
 }
 .BgClassName
 {
   background-color: #292F0C;
 }
</style>
border-color css

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

 span { border-color: rgb(41,47,12); }

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