Html Css Color HEX #1B290B Pine Tree

📋 copy color: '#1B290B'

red 27 ◦ green 41 ◦ blue 11

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

Shades of Pine Tree #1B290B

Tints of Pine Tree #1B290B

RGB

 RED value IS 27 (10.94% from 255) = 34.18%

 GREEN value IS 41 (16.41% from 255) = 51.9%

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 34.18%
G = 51.9%
B = 13.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#1B290B (or 0x1B290B) is known color: Pine Tree. HEX triplet: 1B, 29 and 0B. RGB value is (27,41,11). Sum of RGB (Red+Green+Blue) = 27+41+11=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #1B290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B290B is #E4D6F4. Grayscale: #212121. Windows color (decimal): -14997237 or 731419. OLE color: 731419.

HSL color Cylindrical-coordinate representation of color #1B290B: hue angle of 88º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B290B is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 41 11 -
CMYK 0.34 0 0.73 0.84
HSL 88º 0.58% 0.1% -
HSV(B) 88º 0.73% 0.16% -
XYZ 1.31 1.84 0.6 -
YUV 33.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 27 41 11 0.34 0 0.73 0.84 88 0.58 0.1
Hex 1B 29 B 22 0 49 54 58 3A A
Octal 33 51 13 42 0 111 124 130 72 12
Binary 11011 101001 1011 100010 0 1001001 1010100 1011000 111010 1010

Color Harmonies of #1B290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B290B

Black with #1B290B

Text Example


Text Example

White with #1B290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B290B; }

 p { color: rgb(27,41,11); }

 H1.HeaderClassName
 {
   color: #1B290B;
 }
 .AnyTagClassName
 {
   color: #1B290B;
 }
</style>

background-color css

<style>
 a { background-color: #1B290B; }

 a { background-color: rgb(27,41,11); }

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

border-color css

<style>
 span { border-color: #1B290B; }

 span { border-color: rgb(27,41,11); }

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