Html Css Color HEX #1D1F0C Green Waterloo

📋 copy color: '#1D1F0C'

red 29 ◦ green 31 ◦ blue 12

#1D1F0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #1D1F0C

Tints of Green Waterloo #1D1F0C

RGB

 RED value IS 29 (11.72% from 255) = 40.28%

 GREEN value IS 31 (12.5% from 255) = 43.06%

 BLUE value IS 12 (5.08% from 255) = 16.67%

R = 40.28%
G = 43.06%
B = 16.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#1D1F0C (or 0x1D1F0C) is known color: Green Waterloo. HEX triplet: 1D, 1F and 0C. RGB value is (29,31,12). Sum of RGB (Red+Green+Blue) = 29+31+12=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F0C is #E2E0F3. Grayscale: #1C1C1C. Windows color (decimal): -14868724 or 794397. OLE color: 794397.

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

Color convert

RGB 29 31 12 -
CMYK 0.06 0 0.61 0.88
HSL 66.32º 0.44% 0.08% -
HSV(B) 66.32º 0.61% 0.12% -
XYZ 1.06 1.27 0.54 -
YUV 28.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 29 31 12 0.06 0 0.61 0.88 66.32 0.44 0.08
Hex 1D 1F C 6 0 3D 58 42 2C 8
Octal 35 37 14 6 0 75 130 102 54 10
Binary 11101 11111 1100 110 0 111101 1011000 1000010 101100 1000

Color Harmonies of #1D1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F0C

Black with #1D1F0C

Text Example


Text Example

White with #1D1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D1F0C;
 }
 .AnyTagClassName
 {
   color: #1D1F0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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