#124121

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

Shades of Deep Fir #124121

Tints of Deep Fir #124121

Color information

#124121 (or 0x124121) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 21. RGB value is (18,65,33). Sum of RGB (Red+Green+Blue) = 18+65+33=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #124121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124121 is #EDBEDE. Grayscale: #2F2F2F. Windows color (decimal): -15580895 or 2179346. OLE color: 2179346.

HSL color Cylindrical-coordinate representation of color #124121: hue angle of 139.15º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124121 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB186533-
CMYK0.7200.490.75
HSL139.15º56.63%16.27%-
HSV(B)139.15º72.31%25.49%-
XYZ2.414.022.09-
YUV47.3119.93107.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=15.52%
G=56.03%
B=28.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865330.7200.490.75139.1556.6316.27
Hex124121480314B8b3910
Octal22101411100611132137120
Binary1001010000011000011001000011000110010111000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124121; }

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

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

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

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

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

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

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

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