#0C1E02

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

Shades of Pine Tree #0C1E02

Tints of Pine Tree #0C1E02

Color information

#0C1E02 (or 0x0C1E02) is unknown color: approx Pine Tree. HEX triplet: 0C, 1E and 02. RGB value is (12,30,2). Sum of RGB (Red+Green+Blue) = 12+30+2=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E02 is #F3E1FD. Grayscale: #151515. Windows color (decimal): -15983102 or 138764. OLE color: 138764.

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

Color convert

RGB12302-
CMYK0.6000.930.88
HSL98.57º87.5%6.27%-
HSV(B)98.57º93.33%11.76%-
XYZ0.631.010.22-
YUV21.43117.04121.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 30 (12.11% from 255) = 68.18%
BLUE value IS 2 (1.17% from 255) = 4.55%
R=27.27%
G=68.18%
B=4.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123020.6000.930.8898.5787.56.27
HexC1E23C05D5863586
Octal143627401351301431306
Binary1100111101011110001011101101100011000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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