Html Css Color HEX #00300C Deep Fir

📋 copy color: '#00300C'

red 0 ◦ green 48 ◦ blue 12

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

Shades of Deep Fir #00300C

Tints of Deep Fir #00300C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 12 (5.08% from 255) = 20%

R = 0%
G = 80%
B = 20%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#00300C (or 0x00300C) is known color: Deep Fir. HEX triplet: 00, 30 and 0C. RGB value is (0,48,12). Sum of RGB (Red+Green+Blue) = 0+48+12=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #00300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00300C is #FFCFF3. Grayscale: #1D1D1D. Windows color (decimal): -16764916 or 798720. OLE color: 798720.

HSL color Cylindrical-coordinate representation of color #00300C: hue angle of 135º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00300C is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 12 -
CMYK 1 0 0.75 0.81
HSL 135º 1% 0.09% -
HSV(B) 135º 1% 0.19% -
XYZ 1.12 2.14 0.7 -
YUV 29.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 0 48 12 1 0 0.75 0.81 135 1 0.09
Hex 0 30 C 64 0 4B 51 87 64 9
Octal 0 60 14 144 0 113 121 207 144 11
Binary 0 110000 1100 1100100 0 1001011 1010001 10000111 1100100 1001

Color Harmonies of #00300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00300C

Black with #00300C

Text Example


Text Example

White with #00300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,48,12); }

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

background-color css

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

 a { background-color: rgb(0,48,12); }

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

border-color css

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

 span { border-color: rgb(0,48,12); }

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