#0C1D02

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

Shades of Pine Tree #0C1D02

Tints of Pine Tree #0C1D02

Color information

#0C1D02 (or 0x0C1D02) is unknown color: approx Pine Tree. HEX triplet: 0C, 1D and 02. RGB value is (12,29,2). Sum of RGB (Red+Green+Blue) = 12+29+2=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 29 (11.72% from 255 or 67.44% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D02 is #F3E2FD. Grayscale: #141414. Windows color (decimal): -15983358 or 138508. OLE color: 138508.

HSL color Cylindrical-coordinate representation of color #0C1D02: hue angle of 97.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1D02 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB12292-
CMYK0.5900.930.89
HSL97.78º87.1%6.08%-
HSV(B)97.78º93.1%11.37%-
XYZ0.60.960.21-
YUV20.84117.37121.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 29 (11.72% from 255) = 67.44%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=27.91%
G=67.44%
B=4.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122920.5900.930.8997.7887.16.08
HexC1D23B05D5962576
Octal143527301351311421276
Binary1100111011011101101011101101100111000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,29,2); }

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

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

 a { background-color: rgb(12,29,2); }

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

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

 span { border-color: rgb(12,29,2); }

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