Html Css Color HEX #0C4820 Deep Fir

📋 copy color: '#0C4820'

red 12 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #0C4820

Tints of Deep Fir #0C4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 62.07%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 10.34%
G = 62.07%
B = 27.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#0C4820 (or 0x0C4820) is known color: Deep Fir. HEX triplet: 0C, 48 and 20. RGB value is (12,72,32). Sum of RGB (Red+Green+Blue) = 12+72+32=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #0C4820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4820 is #F3B7DF. Grayscale: #313131. Windows color (decimal): -15972320 or 2115596. OLE color: 2115596.

HSL color Cylindrical-coordinate representation of color #0C4820: hue angle of 140º 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 #0C4820 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 72 32 -
CMYK 0.83 0 0.56 0.72
HSL 140º 0.71% 0.16% -
HSV(B) 140º 0.83% 0.28% -
XYZ 2.73 4.82 2.15 -
YUV 49.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 12 72 32 0.83 0 0.56 0.72 140 0.71 0.16
Hex C 48 20 53 0 38 48 8C 47 10
Octal 14 110 40 123 0 70 110 214 107 20
Binary 1100 1001000 100000 1010011 0 111000 1001000 10001100 1000111 10000

Color Harmonies of #0C4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4820

Black with #0C4820

Text Example


Text Example

White with #0C4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,32); }

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

background-color css

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

 a { background-color: rgb(12,72,32); }

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

border-color css

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

 span { border-color: rgb(12,72,32); }

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