Html Css Color HEX #0C4720 Deep Fir

📋 copy color: '#0C4720'

red 12 ◦ green 71 ◦ blue 32

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

Shades of Deep Fir #0C4720

Tints of Deep Fir #0C4720

RGB

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

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

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

R = 10.43%
G = 61.74%
B = 27.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#0C4720 (or 0x0C4720) is known color: Deep Fir. HEX triplet: 0C, 47 and 20. RGB value is (12,71,32). Sum of RGB (Red+Green+Blue) = 12+71+32=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4720 is #F3B8DF. Grayscale: #313131. Windows color (decimal): -15972576 or 2115340. OLE color: 2115340.

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

Color convert

RGB 12 71 32 -
CMYK 0.83 0 0.55 0.72
HSL 140.34º 0.71% 0.16% -
HSV(B) 140.34º 0.83% 0.28% -
XYZ 2.67 4.69 2.13 -
YUV 48.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 12 71 32 0.83 0 0.55 0.72 140.34 0.71 0.16
Hex C 47 20 53 0 37 48 8C 47 10
Octal 14 107 40 123 0 67 110 214 107 20
Binary 1100 1000111 100000 1010011 0 110111 1001000 10001100 1000111 10000

Color Harmonies of #0C4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4720

Black with #0C4720

Text Example


Text Example

White with #0C4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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