#0C2300

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

Shades of Pine Tree #0C2300

Tints of Pine Tree #0C2300

Color information

#0C2300 (or 0x0C2300) is unknown color: approx Pine Tree. HEX triplet: 0C, 23 and 00. RGB value is (12,35,0). Sum of RGB (Red+Green+Blue) = 12+35+0=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2300 is #F3DCFF. Grayscale: #181818. Windows color (decimal): -15981824 or 8972. OLE color: 8972.

HSL color Cylindrical-coordinate representation of color #0C2300: hue angle of 99.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C2300 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB12350-
CMYK0.66010.86
HSL99.43º100%6.86%-
HSV(B)99.43º100%13.73%-
XYZ0.751.280.21-
YUV24.13114.38119.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 35 (14.06% from 255) = 74.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.53%
G=74.47%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal123500.66010.8699.431006.86
HexC230420645663647
Octal1443010201441261431447
Binary11001000110100001001100100101011011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,35,0); }

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

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

 a { background-color: rgb(12,35,0); }

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

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

 span { border-color: rgb(12,35,0); }

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