Html Css Color HEX #1D402A Deep Fir

📋 copy color: '#1D402A'

red 29 ◦ green 64 ◦ blue 42

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

Shades of Deep Fir #1D402A

Tints of Deep Fir #1D402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 21.48%
G = 47.41%
B = 31.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#1D402A (or 0x1D402A) is known color: Deep Fir. HEX triplet: 1D, 40 and 2A. RGB value is (29,64,42). Sum of RGB (Red+Green+Blue) = 29+64+42=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #1D402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D402A is #E2BFD5. Grayscale: #333333. Windows color (decimal): -14860246 or 2768925. OLE color: 2768925.

HSL color Cylindrical-coordinate representation of color #1D402A: hue angle of 142.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D402A is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 64 42 -
CMYK 0.55 0 0.34 0.75
HSL 142.29º 0.38% 0.18% -
HSV(B) 142.29º 0.55% 0.25% -
XYZ 2.76 4.1 2.84 -
YUV 51.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 29 64 42 0.55 0 0.34 0.75 142.29 0.38 0.18
Hex 1D 40 2A 37 0 22 4B 8E 26 12
Octal 35 100 52 67 0 42 113 216 46 22
Binary 11101 1000000 101010 110111 0 100010 1001011 10001110 100110 10010

Color Harmonies of #1D402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D402A

Black with #1D402A

Text Example


Text Example

White with #1D402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,42); }

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

background-color css

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

 a { background-color: rgb(29,64,42); }

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

border-color css

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

 span { border-color: rgb(29,64,42); }

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