Html Css Color HEX #12481D Deep Fir

📋 copy color: '#12481D'

red 18 ◦ green 72 ◦ blue 29

#12481D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #12481D

Tints of Deep Fir #12481D

RGB

 RED value IS 18 (7.42% from 255) = 15.13%

 GREEN value IS 72 (28.52% from 255) = 60.5%

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 15.13%
G = 60.5%
B = 24.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#12481D (or 0x12481D) is known color: Deep Fir. HEX triplet: 12, 48 and 1D. RGB value is (18,72,29). Sum of RGB (Red+Green+Blue) = 18+72+29=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #12481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12481D is #EDB7E2. Grayscale: #333333. Windows color (decimal): -15579107 or 1918994. OLE color: 1918994.

HSL color Cylindrical-coordinate representation of color #12481D: hue angle of 132.22º 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 #12481D is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 29 -
CMYK 0.75 0 0.60 0.72
HSL 132.22º 0.6% 0.18% -
HSV(B) 132.22º 0.75% 0.28% -
XYZ 2.79 4.85 1.95 -
YUV 50.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 18 72 29 0.75 0 0.60 0.72 132.22 0.6 0.18
Hex 12 48 1D 4B 0 3C 48 84 3C 12
Octal 22 110 35 113 0 74 110 204 74 22
Binary 10010 1001000 11101 1001011 0 111100 1001000 10000100 111100 10010

Color Harmonies of #12481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12481D

Black with #12481D

Text Example


Text Example

White with #12481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12481D;
 }
 .AnyTagClassName
 {
   color: #12481D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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