Html Css Color HEX #124D1D Deep Fir

📋 copy color: '#124D1D'

red 18 ◦ green 77 ◦ blue 29

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

Shades of Deep Fir #124D1D

Tints of Deep Fir #124D1D

RGB

 RED value IS 18 (7.42% from 255) = 14.52%

 GREEN value IS 77 (30.47% from 255) = 62.1%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 14.52%
G = 62.1%
B = 23.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#124D1D (or 0x124D1D) is known color: Deep Fir. HEX triplet: 12, 4D and 1D. RGB value is (18,77,29). Sum of RGB (Red+Green+Blue) = 18+77+29=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #124D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D1D is #EDB2E2. Grayscale: #363636. Windows color (decimal): -15577827 or 1920274. OLE color: 1920274.

HSL color Cylindrical-coordinate representation of color #124D1D: hue angle of 131.19º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D1D is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 29 -
CMYK 0.77 0 0.62 0.70
HSL 131.19º 0.62% 0.19% -
HSV(B) 131.19º 0.77% 0.3% -
XYZ 3.13 5.53 2.06 -
YUV 53.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 18 77 29 0.77 0 0.62 0.70 131.19 0.62 0.19
Hex 12 4D 1D 4D 0 3E 46 83 3E 13
Octal 22 115 35 115 0 76 106 203 76 23
Binary 10010 1001101 11101 1001101 0 111110 1000110 10000011 111110 10011

Color Harmonies of #124D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D1D

Black with #124D1D

Text Example


Text Example

White with #124D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D1D; }

 p { color: rgb(18,77,29); }

 H1.HeaderClassName
 {
   color: #124D1D;
 }
 .AnyTagClassName
 {
   color: #124D1D;
 }
</style>

background-color css

<style>
 a { background-color: #124D1D; }

 a { background-color: rgb(18,77,29); }

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

border-color css

<style>
 span { border-color: #124D1D; }

 span { border-color: rgb(18,77,29); }

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