Html Css Color HEX #0B1D02 Pine Tree

📋 copy color: '#0B1D02'

red 11 ◦ green 29 ◦ blue 2

#0B1D02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0B1D02

Tints of Pine Tree #0B1D02

RGB

 RED value IS 11 (4.69% from 255) = 26.19%

 GREEN value IS 29 (11.72% from 255) = 69.05%

 BLUE value IS 2 (1.17% from 255) = 4.76%

R = 26.19%
G = 69.05%
B = 4.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#0B1D02 (or 0x0B1D02) is known color: Pine Tree. HEX triplet: 0B, 1D and 02. RGB value is (11,29,2). Sum of RGB (Red+Green+Blue) = 11+29+2=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 29 (11.72% from 255 or 69.05% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D02 is #F4E2FD. Grayscale: #141414. Windows color (decimal): -16048894 or 138507. OLE color: 138507.

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

Color convert

RGB 11 29 2 -
CMYK 0.62 0 0.93 0.89
HSL 100º 0.87% 0.06% -
HSV(B) 100º 0.93% 0.11% -
XYZ 0.59 0.95 0.21 -
YUV 20.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 11 29 2 0.62 0 0.93 0.89 100 0.87 0.06
Hex B 1D 2 3E 0 5D 59 64 57 6
Octal 13 35 2 76 0 135 131 144 127 6
Binary 1011 11101 10 111110 0 1011101 1011001 1100100 1010111 110

Color Harmonies of #0B1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1D02

Black with #0B1D02

Text Example


Text Example

White with #0B1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B1D02;
 }
 .AnyTagClassName
 {
   color: #0B1D02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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