#1D1F0D

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

Shades of Green Waterloo #1D1F0D

Tints of Green Waterloo #1D1F0D

Color information

#1D1F0D (or 0x1D1F0D) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1F and 0D. RGB value is (29,31,13). Sum of RGB (Red+Green+Blue) = 29+31+13=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F0D is #E2E0F2. Grayscale: #1C1C1C. Windows color (decimal): -14868723 or 859933. OLE color: 859933.

HSL color Cylindrical-coordinate representation of color #1D1F0D: hue angle of 66.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D1F0D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB293113-
CMYK0.0600.580.88
HSL66.67º40.91%8.63%-
HSV(B)66.67º58.06%12.16%-
XYZ1.071.270.57-
YUV28.35119.34128.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 31 (12.5% from 255) = 42.47%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=39.73%
G=42.47%
B=17.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2931130.0600.580.8866.6740.918.63
Hex1D1FD603A5843299
Octal35371560721301035111
Binary111011111111011100111010101100010000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,31,13); }

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

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

 a { background-color: rgb(29,31,13); }

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

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

 span { border-color: rgb(29,31,13); }

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