Html Css Color HEX #222914 Pine Tree

📋 copy color: '#222914'

red 34 ◦ green 41 ◦ blue 20

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

Shades of Pine Tree #222914

Tints of Pine Tree #222914

RGB

 RED value IS 34 (13.67% from 255) = 35.79%

 GREEN value IS 41 (16.41% from 255) = 43.16%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 35.79%
G = 43.16%
B = 21.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#222914 (or 0x222914) is known color: Pine Tree. HEX triplet: 22, 29 and 14. RGB value is (34,41,20). Sum of RGB (Red+Green+Blue) = 34+41+20=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #222914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222914 is #DDD6EB. Grayscale: #242424. Windows color (decimal): -14538476 or 1321250. OLE color: 1321250.

HSL color Cylindrical-coordinate representation of color #222914: hue angle of 80º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #222914 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 41 20 -
CMYK 0.17 0 0.51 0.84
HSL 80º 0.34% 0.12% -
HSV(B) 80º 0.51% 0.16% -
XYZ 1.58 1.98 0.96 -
YUV 36.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 34 41 20 0.17 0 0.51 0.84 80 0.34 0.12
Hex 22 29 14 11 0 33 54 50 22 C
Octal 42 51 24 21 0 63 124 120 42 14
Binary 100010 101001 10100 10001 0 110011 1010100 1010000 100010 1100

Color Harmonies of #222914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222914

Black with #222914

Text Example


Text Example

White with #222914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222914; }

 p { color: rgb(34,41,20); }

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

background-color css

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

 a { background-color: rgb(34,41,20); }

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

border-color css

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

 span { border-color: rgb(34,41,20); }

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