Html Css Color HEX #0C471E Deep Fir

📋 copy color: '#0C471E'

red 12 ◦ green 71 ◦ blue 30

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

Shades of Deep Fir #0C471E

Tints of Deep Fir #0C471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 62.83%

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

R = 10.62%
G = 62.83%
B = 26.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#0C471E (or 0x0C471E) is known color: Deep Fir. HEX triplet: 0C, 47 and 1E. RGB value is (12,71,30). Sum of RGB (Red+Green+Blue) = 12+71+30=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #0C471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C471E is #F3B8E1. Grayscale: #303030. Windows color (decimal): -15972578 or 1984268. OLE color: 1984268.

HSL color Cylindrical-coordinate representation of color #0C471E: hue angle of 138.31º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C471E is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 71 30 -
CMYK 0.83 0 0.58 0.72
HSL 138.31º 0.71% 0.16% -
HSV(B) 138.31º 0.83% 0.28% -
XYZ 2.64 4.68 1.99 -
YUV 48.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 12 71 30 0.83 0 0.58 0.72 138.31 0.71 0.16
Hex C 47 1E 53 0 3A 48 8A 47 10
Octal 14 107 36 123 0 72 110 212 107 20
Binary 1100 1000111 11110 1010011 0 111010 1001000 10001010 1000111 10000

Color Harmonies of #0C471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C471E

Black with #0C471E

Text Example


Text Example

White with #0C471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,30); }

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

background-color css

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

 a { background-color: rgb(12,71,30); }

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

border-color css

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

 span { border-color: rgb(12,71,30); }

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