Html Css Color HEX #1B1E19 Pine Tree

📋 copy color: '#1B1E19'

red 27 ◦ green 30 ◦ blue 25

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

Shades of Pine Tree #1B1E19

Tints of Pine Tree #1B1E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.49%

R = 32.93%
G = 36.59%
B = 30.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#1B1E19 (or 0x1B1E19) is known color: Pine Tree. HEX triplet: 1B, 1E and 19. RGB value is (27,30,25). Sum of RGB (Red+Green+Blue) = 27+30+25=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E19 is #E4E1E6. Grayscale: #1C1C1C. Windows color (decimal): -15000039 or 1646107. OLE color: 1646107.

HSL color Cylindrical-coordinate representation of color #1B1E19: hue angle of 96º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1B1E19 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 30 25 -
CMYK 0.10 0 0.17 0.88
HSL 96º 0.09% 0.11% -
HSV(B) 96º 0.17% 0.12% -
XYZ 1.09 1.23 1.1 -
YUV 28.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 27 30 25 0.10 0 0.17 0.88 96 0.09 0.11
Hex 1B 1E 19 A 0 11 58 60 9 B
Octal 33 36 31 12 0 21 130 140 11 13
Binary 11011 11110 11001 1010 0 10001 1011000 1100000 1001 1011

Color Harmonies of #1B1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E19

Black with #1B1E19

Text Example


Text Example

White with #1B1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,30,25); }

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

background-color css

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

 a { background-color: rgb(27,30,25); }

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

border-color css

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

 span { border-color: rgb(27,30,25); }

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