#292E0F

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

Shades of Green Waterloo #292E0F

Tints of Green Waterloo #292E0F

Color information

#292E0F (or 0x292E0F) is unknown color: approx Green Waterloo. HEX triplet: 29, 2E and 0F. RGB value is (41,46,15). Sum of RGB (Red+Green+Blue) = 41+46+15=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #292E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E0F is #D6D1F0. Grayscale: #292929. Windows color (decimal): -14078449 or 994857. OLE color: 994857.

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

Color convert

RGB414615-
CMYK0.1100.670.82
HSL69.68º50.82%11.96%-
HSV(B)69.68º67.39%18.04%-
XYZ1.982.460.82-
YUV40.97113.34128.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=40.20%
G=45.10%
B=14.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146150.1100.670.8269.6850.8211.96
Hex292EFB043524633c
Octal5156171301031221066314
Binary1010011011101111101101000011101001010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,15); }

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

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

 a { background-color: rgb(41,46,15); }

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

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

 span { border-color: rgb(41,46,15); }

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