Html Css Color HEX #0C491E Deep Fir

📋 copy color: '#0C491E'

red 12 ◦ green 73 ◦ blue 30

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

Shades of Deep Fir #0C491E

Tints of Deep Fir #0C491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 63.48%

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

R = 10.43%
G = 63.48%
B = 26.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#0C491E (or 0x0C491E) is known color: Deep Fir. HEX triplet: 0C, 49 and 1E. RGB value is (12,73,30). Sum of RGB (Red+Green+Blue) = 12+73+30=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #0C491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C491E is #F3B6E1. Grayscale: #313131. Windows color (decimal): -15972066 or 1984780. OLE color: 1984780.

HSL color Cylindrical-coordinate representation of color #0C491E: hue angle of 137.7º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C491E is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 30 -
CMYK 0.84 0 0.59 0.71
HSL 137.7º 0.72% 0.17% -
HSV(B) 137.7º 0.84% 0.29% -
XYZ 2.77 4.94 2.04 -
YUV 49.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 12 73 30 0.84 0 0.59 0.71 137.7 0.72 0.17
Hex C 49 1E 54 0 3B 47 8A 48 11
Octal 14 111 36 124 0 73 107 212 110 21
Binary 1100 1001001 11110 1010100 0 111011 1000111 10001010 1001000 10001

Color Harmonies of #0C491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C491E

Black with #0C491E

Text Example


Text Example

White with #0C491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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