Html Css Color HEX #161D04 Pine Tree

📋 copy color: '#161D04'

red 22 ◦ green 29 ◦ blue 4

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

Shades of Pine Tree #161D04

Tints of Pine Tree #161D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 52.73%

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 40%
G = 52.73%
B = 7.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#161D04 (or 0x161D04) is known color: Pine Tree. HEX triplet: 16, 1D and 04. RGB value is (22,29,4). Sum of RGB (Red+Green+Blue) = 22+29+4=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #161D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D04 is #E9E2FB. Grayscale: #181818. Windows color (decimal): -15327996 or 269590. OLE color: 269590.

HSL color Cylindrical-coordinate representation of color #161D04: hue angle of 76.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161D04 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB 22 29 4 -
CMYK 0.24 0 0.86 0.89
HSL 76.8º 0.76% 0.06% -
HSV(B) 76.8º 0.86% 0.11% -
XYZ 0.79 1.06 0.28 -
YUV 24.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 22 29 4 0.24 0 0.86 0.89 76.8 0.76 0.06
Hex 16 1D 4 18 0 56 59 4D 4C 6
Octal 26 35 4 30 0 126 131 115 114 6
Binary 10110 11101 100 11000 0 1010110 1011001 1001101 1001100 110

Color Harmonies of #161D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161D04

Black with #161D04

Text Example


Text Example

White with #161D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,29,4); }

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

background-color css

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

 a { background-color: rgb(22,29,4); }

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

border-color css

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

 span { border-color: rgb(22,29,4); }

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