Html Css Color HEX #161E01 Pine Tree

📋 copy color: '#161E01'

red 22 ◦ green 30 ◦ blue 1

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

Shades of Pine Tree #161E01

Tints of Pine Tree #161E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.89%

R = 41.51%
G = 56.6%
B = 1.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#161E01 (or 0x161E01) is known color: Pine Tree. HEX triplet: 16, 1E and 01. RGB value is (22,30,1). Sum of RGB (Red+Green+Blue) = 22+30+1=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #161E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E01 is #E9E1FE. Grayscale: #181818. Windows color (decimal): -15327743 or 73238. OLE color: 73238.

HSL color Cylindrical-coordinate representation of color #161E01: hue angle of 76.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #161E01 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 22 30 1 -
CMYK 0.27 0 0.97 0.88
HSL 76.55º 0.94% 0.06% -
HSV(B) 76.55º 0.97% 0.12% -
XYZ 0.8 1.1 0.2 -
YUV 24.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 22 30 1 0.27 0 0.97 0.88 76.55 0.94 0.06
Hex 16 1E 1 1B 0 61 58 4D 5E 6
Octal 26 36 1 33 0 141 130 115 136 6
Binary 10110 11110 1 11011 0 1100001 1011000 1001101 1011110 110

Color Harmonies of #161E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161E01

Black with #161E01

Text Example


Text Example

White with #161E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,30,1); }

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

background-color css

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

 a { background-color: rgb(22,30,1); }

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

border-color css

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

 span { border-color: rgb(22,30,1); }

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