#123F26

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

Shades of Deep Fir #123F26

Tints of Deep Fir #123F26

Color information

#123F26 (or 0x123F26) is unknown color: approx Deep Fir. HEX triplet: 12, 3F and 26. RGB value is (18,63,38). Sum of RGB (Red+Green+Blue) = 18+63+38=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #123F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F26 is #EDC0D9. Grayscale: #2E2E2E. Windows color (decimal): -15581402 or 2506514. OLE color: 2506514.

HSL color Cylindrical-coordinate representation of color #123F26: hue angle of 146.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F26 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB186338-
CMYK0.7100.400.75
HSL146.67º55.56%15.88%-
HSV(B)146.67º71.43%24.71%-
XYZ2.383.822.45-
YUV46.69123.09107.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 63 (25% from 255) = 52.94%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=15.13%
G=52.94%
B=31.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863380.7100.400.75146.6755.5615.88
Hex123F26470284B933810
Octal2277461070501132237020
Binary100101111111001101000111010100010010111001001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,63,38); }

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

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

 a { background-color: rgb(18,63,38); }

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

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

 span { border-color: rgb(18,63,38); }

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