#0C1F01

Color #0C1F01 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0C1F01

Tints of Pine Tree #0C1F01

Color information

#0C1F01 (or 0x0C1F01) is unknown color: approx Pine Tree. HEX triplet: 0C, 1F and 01. RGB value is (12,31,1). Sum of RGB (Red+Green+Blue) = 12+31+1=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 31 (12.5% from 255 or 70.45% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F01 is #F3E0FE. Grayscale: #161616. Windows color (decimal): -15982847 or 73484. OLE color: 73484.

HSL color Cylindrical-coordinate representation of color #0C1F01: hue angle of 98º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C1F01 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB12311-
CMYK0.6100.970.88
HSL98º93.75%6.27%-
HSV(B)98º96.77%12.16%-
XYZ0.651.060.2-
YUV21.9116.21120.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 31 (12.5% from 255) = 70.45%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=27.27%
G=70.45%
B=2.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123110.6100.970.889893.756.27
HexC1F13D06158625e6
Octal143717501411301421366
Binary110011111111110101100001101100011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,31,1); }

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

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

 a { background-color: rgb(12,31,1); }

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

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

 span { border-color: rgb(12,31,1); }

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