Html Css Color HEX #1B290D Pine Tree

📋 copy color: '#1B290D'

red 27 ◦ green 41 ◦ blue 13

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

Shades of Pine Tree #1B290D

Tints of Pine Tree #1B290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 33.33%
G = 50.62%
B = 16.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#1B290D (or 0x1B290D) is known color: Pine Tree. HEX triplet: 1B, 29 and 0D. RGB value is (27,41,13). Sum of RGB (Red+Green+Blue) = 27+41+13=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #1B290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B290D is #E4D6F2. Grayscale: #212121. Windows color (decimal): -14997235 or 862491. OLE color: 862491.

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

Color convert

RGB 27 41 13 -
CMYK 0.34 0 0.68 0.84
HSL 90º 0.52% 0.11% -
HSV(B) 90º 0.68% 0.16% -
XYZ 1.32 1.85 0.67 -
YUV 33.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 27 41 13 0.34 0 0.68 0.84 90 0.52 0.11
Hex 1B 29 D 22 0 44 54 5A 34 B
Octal 33 51 15 42 0 104 124 132 64 13
Binary 11011 101001 1101 100010 0 1000100 1010100 1011010 110100 1011

Color Harmonies of #1B290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B290D

Black with #1B290D

Text Example


Text Example

White with #1B290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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