Html Css Color HEX #161B13 Pine Tree

📋 copy color: '#161B13'

red 22 ◦ green 27 ◦ blue 19

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

Shades of Pine Tree #161B13

Tints of Pine Tree #161B13

RGB

 RED value IS 22 (8.98% from 255) = 32.35%

 GREEN value IS 27 (10.94% from 255) = 39.71%

 BLUE value IS 19 (7.81% from 255) = 27.94%

R = 32.35%
G = 39.71%
B = 27.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#161B13 (or 0x161B13) is known color: Pine Tree. HEX triplet: 16, 1B and 13. RGB value is (22,27,19). Sum of RGB (Red+Green+Blue) = 22+27+19=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #161B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B13 is #E9E4EC. Grayscale: #181818. Windows color (decimal): -15328493 or 1252118. OLE color: 1252118.

HSL color Cylindrical-coordinate representation of color #161B13: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #161B13 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB 22 27 19 -
CMYK 0.19 0 0.30 0.89
HSL 97.5º 0.17% 0.09% -
HSV(B) 97.5º 0.3% 0.11% -
XYZ 0.84 1 0.77 -
YUV 24.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 22 27 19 0.19 0 0.30 0.89 97.5 0.17 0.09
Hex 16 1B 13 13 0 1E 59 62 11 9
Octal 26 33 23 23 0 36 131 142 21 11
Binary 10110 11011 10011 10011 0 11110 1011001 1100010 10001 1001

Color Harmonies of #161B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161B13

Black with #161B13

Text Example


Text Example

White with #161B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161B13; }

 p { color: rgb(22,27,19); }

 H1.HeaderClassName
 {
   color: #161B13;
 }
 .AnyTagClassName
 {
   color: #161B13;
 }
</style>

background-color css

<style>
 a { background-color: #161B13; }

 a { background-color: rgb(22,27,19); }

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

border-color css

<style>
 span { border-color: #161B13; }

 span { border-color: rgb(22,27,19); }

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