Html Css Color HEX #1D1F0D Green Waterloo

📋 copy color: '#1D1F0D'

red 29 ◦ green 31 ◦ blue 13

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

Shades of Green Waterloo #1D1F0D

Tints of Green Waterloo #1D1F0D

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 value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1D1F0D (or 0x1D1F0D) is known color: 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

RGB 29 31 13 -
CMYK 0.06 0 0.58 0.88
HSL 66.67º 0.41% 0.09% -
HSV(B) 66.67º 0.58% 0.12% -
XYZ 1.07 1.27 0.57 -
YUV 28.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 29 31 13 0.06 0 0.58 0.88 66.67 0.41 0.09
Hex 1D 1F D 6 0 3A 58 43 29 9
Octal 35 37 15 6 0 72 130 103 51 11
Binary 11101 11111 1101 110 0 111010 1011000 1000011 101001 1001

Color Harmonies of #1D1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F0D

Black with #1D1F0D

Text Example


Text Example

White with #1D1F0D

Text Example


Text Example

HTML Codes & Css Web 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>