#222E13

Color #222E13 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #222E13

Tints of Pine Tree #222E13

Color information

#222E13 (or 0x222E13) is unknown color: approx Pine Tree. HEX triplet: 22, 2E and 13. RGB value is (34,46,19). Sum of RGB (Red+Green+Blue) = 34+46+19=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #222E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E13 is #DDD1EC. Grayscale: #272727. Windows color (decimal): -14537197 or 1256994. OLE color: 1256994.

HSL color Cylindrical-coordinate representation of color #222E13: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222E13 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB344619-
CMYK0.2600.590.82
HSL86.67º41.54%12.75%-
HSV(B)86.67º58.7%18.04%-
XYZ1.752.340.98-
YUV39.33116.52124.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=34.34%
G=46.46%
B=19.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3446190.2600.590.8286.6741.5412.75
Hex222E131A03B52572ad
Octal425623320731221275215
Binary10001010111010011110100111011101001010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222E13; }

 p { color: rgb(34,46,19); }

 H1.HeaderClassName
 {
   color: #222E13;
 }
 .AnyTagClassName
 {
   color: #222E13;
 }
</style>
background-color css

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

 a { background-color: rgb(34,46,19); }

 div.DivClassName
 {
   background-color: #222E13;
 }
 .BgClassName
 {
   background-color: #222E13;
 }
</style>
border-color css

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

 span { border-color: rgb(34,46,19); }

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