Html Css Color HEX #12301C Deep Fir

📋 copy color: '#12301C'

red 18 ◦ green 48 ◦ blue 28

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

Shades of Deep Fir #12301C

Tints of Deep Fir #12301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.06%

 BLUE value IS 28 (11.33% from 255) = 29.79%

R = 19.15%
G = 51.06%
B = 29.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#12301C (or 0x12301C) is known color: Deep Fir. HEX triplet: 12, 30 and 1C. RGB value is (18,48,28). Sum of RGB (Red+Green+Blue) = 18+48+28=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #12301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12301C is #EDCFE3. Grayscale: #242424. Windows color (decimal): -15585252 or 1847314. OLE color: 1847314.

HSL color Cylindrical-coordinate representation of color #12301C: hue angle of 140º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12301C is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 28 -
CMYK 0.63 0 0.42 0.81
HSL 140º 0.45% 0.13% -
HSV(B) 140º 0.63% 0.19% -
XYZ 1.52 2.33 1.47 -
YUV 36.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 18 48 28 0.63 0 0.42 0.81 140 0.45 0.13
Hex 12 30 1C 3F 0 2A 51 8C 2D D
Octal 22 60 34 77 0 52 121 214 55 15
Binary 10010 110000 11100 111111 0 101010 1010001 10001100 101101 1101

Color Harmonies of #12301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12301C

Black with #12301C

Text Example


Text Example

White with #12301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12301C; }

 p { color: rgb(18,48,28); }

 H1.HeaderClassName
 {
   color: #12301C;
 }
 .AnyTagClassName
 {
   color: #12301C;
 }
</style>

background-color css

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

 a { background-color: rgb(18,48,28); }

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

border-color css

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

 span { border-color: rgb(18,48,28); }

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