Html Css Color HEX #1D1F0F Green Waterloo

📋 copy color: '#1D1F0F'

red 29 ◦ green 31 ◦ blue 15

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

Shades of Green Waterloo #1D1F0F

Tints of Green Waterloo #1D1F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20%

R = 38.67%
G = 41.33%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#1D1F0F (or 0x1D1F0F) is known color: Green Waterloo. HEX triplet: 1D, 1F and 0F. RGB value is (29,31,15). Sum of RGB (Red+Green+Blue) = 29+31+15=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F0F is #E2E0F0. Grayscale: #1C1C1C. Windows color (decimal): -14868721 or 991005. OLE color: 991005.

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

Color convert

RGB 29 31 15 -
CMYK 0.06 0 0.52 0.88
HSL 67.5º 0.35% 0.09% -
HSV(B) 67.5º 0.52% 0.12% -
XYZ 1.08 1.28 0.64 -
YUV 28.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 29 31 15 0.06 0 0.52 0.88 67.5 0.35 0.09
Hex 1D 1F F 6 0 34 58 44 23 9
Octal 35 37 17 6 0 64 130 104 43 11
Binary 11101 11111 1111 110 0 110100 1011000 1000100 100011 1001

Color Harmonies of #1D1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F0F

Black with #1D1F0F

Text Example


Text Example

White with #1D1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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