#0C1E04

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

Shades of Pine Tree #0C1E04

Tints of Pine Tree #0C1E04

Color information

#0C1E04 (or 0x0C1E04) is unknown color: approx Pine Tree. HEX triplet: 0C, 1E and 04. RGB value is (12,30,4). Sum of RGB (Red+Green+Blue) = 12+30+4=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E04 is #F3E1FB. Grayscale: #151515. Windows color (decimal): -15983100 or 269836. OLE color: 269836.

HSL color Cylindrical-coordinate representation of color #0C1E04: hue angle of 101.54º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C1E04 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB12304-
CMYK0.6000.870.88
HSL101.54º76.47%6.67%-
HSV(B)101.54º86.67%11.76%-
XYZ0.641.020.28-
YUV21.65118.04121.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 30 (12.11% from 255) = 65.22%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=26.09%
G=65.22%
B=8.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123040.6000.870.88101.5476.476.67
HexC1E43C05758664c7
Octal143647401271301461147
Binary11001111010011110001010111101100011001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,4); }

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

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

 a { background-color: rgb(12,30,4); }

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

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

 span { border-color: rgb(12,30,4); }

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