#0B1C02

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

Shades of Pine Tree #0B1C02

Tints of Pine Tree #0B1C02

Color information

#0B1C02 (or 0x0B1C02) is unknown color: approx Pine Tree. HEX triplet: 0B, 1C and 02. RGB value is (11,28,2). Sum of RGB (Red+Green+Blue) = 11+28+2=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C02 is #F4E3FD. Grayscale: #141414. Windows color (decimal): -16049150 or 138251. OLE color: 138251.

HSL color Cylindrical-coordinate representation of color #0B1C02: hue angle of 99.23º 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 #0B1C02 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB11282-
CMYK0.6100.930.89
HSL99.23º86.67%5.88%-
HSV(B)99.23º92.86%10.98%-
XYZ0.560.910.2-
YUV19.95117.87121.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.83%
GREEN value IS 28 (11.33% from 255) = 68.29%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=26.83%
G=68.29%
B=4.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112820.6100.930.8999.2386.675.88
HexB1C23D05D5963576
Octal133427501351311431276
Binary1011111001011110101011101101100111000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,28,2); }

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

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

 a { background-color: rgb(11,28,2); }

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

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

 span { border-color: rgb(11,28,2); }

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