Html Css Color HEX #12301E Deep Fir

📋 copy color: '#12301E'

red 18 ◦ green 48 ◦ blue 30

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

Shades of Deep Fir #12301E

Tints of Deep Fir #12301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 31.25%

R = 18.75%
G = 50%
B = 31.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#12301E (or 0x12301E) is known color: Deep Fir. HEX triplet: 12, 30 and 1E. RGB value is (18,48,30). Sum of RGB (Red+Green+Blue) = 18+48+30=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #12301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12301E is #EDCFE1. Grayscale: #252525. Windows color (decimal): -15585250 or 1978386. OLE color: 1978386.

HSL color Cylindrical-coordinate representation of color #12301E: hue angle of 144º 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 #12301E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 30 -
CMYK 0.63 0 0.37 0.81
HSL 144º 0.45% 0.13% -
HSV(B) 144º 0.63% 0.19% -
XYZ 1.54 2.34 1.6 -
YUV 36.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 18 48 30 0.63 0 0.37 0.81 144 0.45 0.13
Hex 12 30 1E 3F 0 25 51 90 2D D
Octal 22 60 36 77 0 45 121 220 55 15
Binary 10010 110000 11110 111111 0 100101 1010001 10010000 101101 1101

Color Harmonies of #12301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12301E

Black with #12301E

Text Example


Text Example

White with #12301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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