Html Css Color HEX #123D1F Deep Fir

📋 copy color: '#123D1F'

red 18 ◦ green 61 ◦ blue 31

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

Shades of Deep Fir #123D1F

Tints of Deep Fir #123D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 55.45%

 BLUE value IS 31 (12.5% from 255) = 28.18%

R = 16.36%
G = 55.45%
B = 28.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#123D1F (or 0x123D1F) is known color: Deep Fir. HEX triplet: 12, 3D and 1F. RGB value is (18,61,31). Sum of RGB (Red+Green+Blue) = 18+61+31=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #123D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D1F is #EDC2E0. Grayscale: #2C2C2C. Windows color (decimal): -15581921 or 2047250. OLE color: 2047250.

HSL color Cylindrical-coordinate representation of color #123D1F: hue angle of 138.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D1F is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 61 31 -
CMYK 0.70 0 0.49 0.76
HSL 138.14º 0.54% 0.15% -
HSV(B) 138.14º 0.7% 0.24% -
XYZ 2.17 3.57 1.87 -
YUV 44.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 18 61 31 0.70 0 0.49 0.76 138.14 0.54 0.15
Hex 12 3D 1F 46 0 31 4C 8A 36 F
Octal 22 75 37 106 0 61 114 212 66 17
Binary 10010 111101 11111 1000110 0 110001 1001100 10001010 110110 1111

Color Harmonies of #123D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D1F

Black with #123D1F

Text Example


Text Example

White with #123D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123D1F; }

 p { color: rgb(18,61,31); }

 H1.HeaderClassName
 {
   color: #123D1F;
 }
 .AnyTagClassName
 {
   color: #123D1F;
 }
</style>

background-color css

<style>
 a { background-color: #123D1F; }

 a { background-color: rgb(18,61,31); }

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

border-color css

<style>
 span { border-color: #123D1F; }

 span { border-color: rgb(18,61,31); }

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