Html Css Color HEX #1B290F Pine Tree

📋 copy color: '#1B290F'

red 27 ◦ green 41 ◦ blue 15

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

Shades of Pine Tree #1B290F

Tints of Pine Tree #1B290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 32.53%
G = 49.4%
B = 18.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#1B290F (or 0x1B290F) is known color: Pine Tree. HEX triplet: 1B, 29 and 0F. RGB value is (27,41,15). Sum of RGB (Red+Green+Blue) = 27+41+15=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #1B290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B290F is #E4D6F0. Grayscale: #212121. Windows color (decimal): -14997233 or 993563. OLE color: 993563.

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

Color convert

RGB 27 41 15 -
CMYK 0.34 0 0.63 0.84
HSL 92.31º 0.46% 0.11% -
HSV(B) 92.31º 0.63% 0.16% -
XYZ 1.33 1.85 0.74 -
YUV 33.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 27 41 15 0.34 0 0.63 0.84 92.31 0.46 0.11
Hex 1B 29 F 22 0 3F 54 5C 2E B
Octal 33 51 17 42 0 77 124 134 56 13
Binary 11011 101001 1111 100010 0 111111 1010100 1011100 101110 1011

Color Harmonies of #1B290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B290F

Black with #1B290F

Text Example


Text Example

White with #1B290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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