Html Css Color HEX #0C3010 Deep Fir

📋 copy color: '#0C3010'

red 12 ◦ green 48 ◦ blue 16

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

Shades of Deep Fir #0C3010

Tints of Deep Fir #0C3010

RGB

 RED value IS 12 (5.08% from 255) = 15.79%

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

 BLUE value IS 16 (6.64% from 255) = 21.05%

R = 15.79%
G = 63.16%
B = 21.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#0C3010 (or 0x0C3010) is known color: Deep Fir. HEX triplet: 0C, 30 and 10. RGB value is (12,48,16). Sum of RGB (Red+Green+Blue) = 12+48+16=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3010 is #F3CFEF. Grayscale: #212121. Windows color (decimal): -15978480 or 1060876. OLE color: 1060876.

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

Color convert

RGB 12 48 16 -
CMYK 0.75 0 0.67 0.81
HSL 126.67º 0.6% 0.12% -
HSV(B) 126.67º 0.75% 0.19% -
XYZ 1.3 2.23 0.85 -
YUV 33.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 12 48 16 0.75 0 0.67 0.81 126.67 0.6 0.12
Hex C 30 10 4B 0 43 51 7F 3C C
Octal 14 60 20 113 0 103 121 177 74 14
Binary 1100 110000 10000 1001011 0 1000011 1010001 1111111 111100 1100

Color Harmonies of #0C3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3010

Black with #0C3010

Text Example


Text Example

White with #0C3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C3010; }

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

 H1.HeaderClassName
 {
   color: #0C3010;
 }
 .AnyTagClassName
 {
   color: #0C3010;
 }
</style>

background-color css

<style>
 a { background-color: #0C3010; }

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

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

border-color css

<style>
 span { border-color: #0C3010; }

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

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