#123D21

Color #123D21 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #123D21

Tints of Deep Fir #123D21

Color information

#123D21 (or 0x123D21) is unknown color: approx Deep Fir. HEX triplet: 12, 3D and 21. RGB value is (18,61,33). Sum of RGB (Red+Green+Blue) = 18+61+33=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #123D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D21 is #EDC2DE. Grayscale: #2D2D2D. Windows color (decimal): -15581919 or 2178322. OLE color: 2178322.

HSL color Cylindrical-coordinate representation of color #123D21: hue angle of 140.93º 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 #123D21 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.

Color convert

RGB186133-
CMYK0.7000.460.76
HSL140.93º54.43%15.49%-
HSV(B)140.93º70.49%23.92%-
XYZ2.193.582.01-
YUV44.95121.25108.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 61 (24.22% from 255) = 54.46%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=16.07%
G=54.46%
B=29.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1861330.7000.460.76140.9354.4315.49
Hex123D214602E4C8d36f
Octal2275411060561142156617
Binary10010111101100001100011001011101001100100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #123D21;
 }
 .AnyTagClassName
 {
   color: #123D21;
 }
</style>
background-color css

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

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

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

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

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

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