#1D220B

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

Shades of Green Waterloo #1D220B

Tints of Green Waterloo #1D220B

Color information

#1D220B (or 0x1D220B) is unknown color: approx Green Waterloo. HEX triplet: 1D, 22 and 0B. RGB value is (29,34,11). Sum of RGB (Red+Green+Blue) = 29+34+11=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #1D220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D220B is #E2DDF4. Grayscale: #1D1D1D. Windows color (decimal): -14867957 or 729629. OLE color: 729629.

HSL color Cylindrical-coordinate representation of color #1D220B: hue angle of 73.04º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D220B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB293411-
CMYK0.1500.680.87
HSL73.04º51.11%8.82%-
HSV(B)73.04º67.65%13.33%-
XYZ1.141.430.53-
YUV29.88117.34127.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.19%
GREEN value IS 34 (13.67% from 255) = 45.95%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=39.19%
G=45.95%
B=14.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934110.1500.680.8773.0451.118.82
Hex1D22BF0445749339
Octal3542131701041271116311
Binary111011000101011111101000100101011110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D220B; }

 p { color: rgb(29,34,11); }

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

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

 a { background-color: rgb(29,34,11); }

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

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

 span { border-color: rgb(29,34,11); }

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