#123A22

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

Shades of Deep Fir #123A22

Tints of Deep Fir #123A22

Color information

#123A22 (or 0x123A22) is unknown color: approx Deep Fir. HEX triplet: 12, 3A and 22. RGB value is (18,58,34). Sum of RGB (Red+Green+Blue) = 18+58+34=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #123A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A22 is #EDC5DD. Grayscale: #2B2B2B. Windows color (decimal): -15582686 or 2243090. OLE color: 2243090.

HSL color Cylindrical-coordinate representation of color #123A22: hue angle of 144º 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 #123A22 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB185834-
CMYK0.6900.410.77
HSL144º52.63%14.9%-
HSV(B)144º68.97%22.75%-
XYZ2.053.272.04-
YUV43.3122.75109.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=16.36%
G=52.73%
B=30.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858340.6900.410.7714452.6314.9
Hex123A22450294D9035f
Octal2272421050511152206517
Binary10010111010100010100010101010011001101100100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,58,34); }

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

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

 a { background-color: rgb(18,58,34); }

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

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

 span { border-color: rgb(18,58,34); }

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