Html Css Color HEX #1B2315 Pine Tree

📋 copy color: '#1B2315'

red 27 ◦ green 35 ◦ blue 21

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

Shades of Pine Tree #1B2315

Tints of Pine Tree #1B2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.17%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 32.53%
G = 42.17%
B = 25.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#1B2315 (or 0x1B2315) is known color: Pine Tree. HEX triplet: 1B, 23 and 15. RGB value is (27,35,21). Sum of RGB (Red+Green+Blue) = 27+35+21=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2315 is #E4DCEA. Grayscale: #1F1F1F. Windows color (decimal): -14998763 or 1385243. OLE color: 1385243.

HSL color Cylindrical-coordinate representation of color #1B2315: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B2315 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 35 21 -
CMYK 0.23 0 0.40 0.86
HSL 94.29º 0.25% 0.11% -
HSV(B) 94.29º 0.4% 0.14% -
XYZ 1.19 1.49 0.93 -
YUV 31.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 27 35 21 0.23 0 0.40 0.86 94.29 0.25 0.11
Hex 1B 23 15 17 0 28 56 5E 19 B
Octal 33 43 25 27 0 50 126 136 31 13
Binary 11011 100011 10101 10111 0 101000 1010110 1011110 11001 1011

Color Harmonies of #1B2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2315

Black with #1B2315

Text Example


Text Example

White with #1B2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,21); }

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

background-color css

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

 a { background-color: rgb(27,35,21); }

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

border-color css

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

 span { border-color: rgb(27,35,21); }

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