Html Css Color HEX #0B1E01 Pine Tree

📋 copy color: '#0B1E01'

red 11 ◦ green 30 ◦ blue 1

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

Shades of Pine Tree #0B1E01

Tints of Pine Tree #0B1E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 71.43%

 BLUE value IS 1 (0.78% from 255) = 2.38%

R = 26.19%
G = 71.43%
B = 2.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#0B1E01 (or 0x0B1E01) is known color: Pine Tree. HEX triplet: 0B, 1E and 01. RGB value is (11,30,1). Sum of RGB (Red+Green+Blue) = 11+30+1=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E01 is #F4E1FE. Grayscale: #151515. Windows color (decimal): -16048639 or 73227. OLE color: 73227.

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

Color convert

RGB 11 30 1 -
CMYK 0.63 0 0.97 0.88
HSL 99.31º 0.94% 0.06% -
HSV(B) 99.31º 0.97% 0.12% -
XYZ 0.61 1 0.19 -
YUV 21.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 11 30 1 0.63 0 0.97 0.88 99.31 0.94 0.06
Hex B 1E 1 3F 0 61 58 63 5E 6
Octal 13 36 1 77 0 141 130 143 136 6
Binary 1011 11110 1 111111 0 1100001 1011000 1100011 1011110 110

Color Harmonies of #0B1E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1E01

Black with #0B1E01

Text Example


Text Example

White with #0B1E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,30,1); }

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

background-color css

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

 a { background-color: rgb(11,30,1); }

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

border-color css

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

 span { border-color: rgb(11,30,1); }

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