Html Css Color HEX #1D482A Deep Fir

📋 copy color: '#1D482A'

red 29 ◦ green 72 ◦ blue 42

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

Shades of Deep Fir #1D482A

Tints of Deep Fir #1D482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

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

R = 20.28%
G = 50.35%
B = 29.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#1D482A (or 0x1D482A) is known color: Deep Fir. HEX triplet: 1D, 48 and 2A. RGB value is (29,72,42). Sum of RGB (Red+Green+Blue) = 29+72+42=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #1D482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D482A is #E2B7D5. Grayscale: #373737. Windows color (decimal): -14858198 or 2770973. OLE color: 2770973.

HSL color Cylindrical-coordinate representation of color #1D482A: hue angle of 138.14º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D482A is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 72 42 -
CMYK 0.60 0 0.42 0.72
HSL 138.14º 0.43% 0.2% -
HSV(B) 138.14º 0.6% 0.28% -
XYZ 3.24 5.06 3 -
YUV 55.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 29 72 42 0.60 0 0.42 0.72 138.14 0.43 0.2
Hex 1D 48 2A 3C 0 2A 48 8A 2B 14
Octal 35 110 52 74 0 52 110 212 53 24
Binary 11101 1001000 101010 111100 0 101010 1001000 10001010 101011 10100

Color Harmonies of #1D482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D482A

Black with #1D482A

Text Example


Text Example

White with #1D482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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