#123A19

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

Shades of Deep Fir #123A19

Tints of Deep Fir #123A19

Color information

#123A19 (or 0x123A19) is unknown color: approx Deep Fir. HEX triplet: 12, 3A and 19. RGB value is (18,58,25). Sum of RGB (Red+Green+Blue) = 18+58+25=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #123A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123A19 is #EDC5E6. Grayscale: #2A2A2A. Windows color (decimal): -15582695 or 1653266. OLE color: 1653266.

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

Color convert

RGB185825-
CMYK0.6900.570.77
HSL130.5º52.63%14.9%-
HSV(B)130.5º68.97%22.75%-
XYZ1.943.221.44-
YUV42.28118.25110.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=17.82%
G=57.43%
B=24.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858250.6900.570.77130.552.6314.9
Hex123A19450394D8235f
Octal2272311050711152026517
Binary1001011101011001100010101110011001101100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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