#123B21

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

Shades of Deep Fir #123B21

Tints of Deep Fir #123B21

Color information

#123B21 (or 0x123B21) is unknown color: approx Deep Fir. HEX triplet: 12, 3B and 21. RGB value is (18,59,33). Sum of RGB (Red+Green+Blue) = 18+59+33=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #123B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B21 is #EDC4DE. Grayscale: #2B2B2B. Windows color (decimal): -15582431 or 2177810. OLE color: 2177810.

HSL color Cylindrical-coordinate representation of color #123B21: hue angle of 141.95º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B21 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB185933-
CMYK0.6900.440.77
HSL141.95º53.25%15.1%-
HSV(B)141.95º69.49%23.14%-
XYZ2.093.371.98-
YUV43.78121.92109.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 33 (13.28% from 255) = 30%
R=16.36%
G=53.64%
B=30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859330.6900.440.77141.9553.2515.1
Hex123B214502C4D8e35f
Octal2273411050541152166517
Binary10010111011100001100010101011001001101100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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