#0C4021

Color #0C4021 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0C4021

Tints of Deep Fir #0C4021

Color information

#0C4021 (or 0x0C4021) is unknown color: approx Deep Fir. HEX triplet: 0C, 40 and 21. RGB value is (12,64,33). Sum of RGB (Red+Green+Blue) = 12+64+33=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4021 is #F3BFDE. Grayscale: #2C2C2C. Windows color (decimal): -15974367 or 2179084. OLE color: 2179084.

HSL color Cylindrical-coordinate representation of color #0C4021: hue angle of 144.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4021 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB126433-
CMYK0.8100.480.75
HSL144.23º68.42%14.9%-
HSV(B)144.23º81.25%25.1%-
XYZ2.263.852.06-
YUV44.92121.27104.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=11.01%
G=58.72%
B=30.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264330.8100.480.75144.2368.4214.9
HexC4021510304B9044f
Octal141004112106011322010417
Binary110010000001000011010001011000010010111001000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,33); }

 H1.HeaderClassName
 {
   color: #0C4021;
 }
 .AnyTagClassName
 {
   color: #0C4021;
 }
</style>
background-color css

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

 a { background-color: rgb(12,64,33); }

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

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

 span { border-color: rgb(12,64,33); }

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