#124021

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

Shades of Deep Fir #124021

Tints of Deep Fir #124021

Color information

#124021 (or 0x124021) is unknown color: approx Deep Fir. HEX triplet: 12, 40 and 21. RGB value is (18,64,33). Sum of RGB (Red+Green+Blue) = 18+64+33=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #124021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124021 is #EDBFDE. Grayscale: #2E2E2E. Windows color (decimal): -15581151 or 2179090. OLE color: 2179090.

HSL color Cylindrical-coordinate representation of color #124021: hue angle of 139.57º degrees, saturation: 0.56, 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 #124021 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB186433-
CMYK0.7200.480.75
HSL139.57º56.1%16.08%-
HSV(B)139.57º71.88%25.1%-
XYZ2.363.912.07-
YUV46.71120.26107.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=15.65%
G=55.65%
B=28.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864330.7200.480.75139.5756.116.08
Hex124021480304B8c3810
Octal22100411100601132147020
Binary1001010000001000011001000011000010010111000110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124021; }

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

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

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

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

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

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

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

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