#12481B

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

Shades of Deep Fir #12481B

Tints of Deep Fir #12481B

Color information

#12481B (or 0x12481B) is unknown color: approx Deep Fir. HEX triplet: 12, 48 and 1B. RGB value is (18,72,27). Sum of RGB (Red+Green+Blue) = 18+72+27=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #12481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12481B is #EDB7E4. Grayscale: #323232. Windows color (decimal): -15579109 or 1787922. OLE color: 1787922.

HSL color Cylindrical-coordinate representation of color #12481B: hue angle of 130º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12481B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB187227-
CMYK0.7500.620.72
HSL130º60%17.65%-
HSV(B)130º75%28.24%-
XYZ2.764.841.83-
YUV50.72114.61104.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=15.38%
G=61.54%
B=23.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872270.7500.620.721306017.65
Hex12481B4B03E48823c12
Octal22110331130761102027422
Binary100101001000110111001011011111010010001000001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12481B; }

 p { color: rgb(18,72,27); }

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

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

 a { background-color: rgb(18,72,27); }

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

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

 span { border-color: rgb(18,72,27); }

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