#223014

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

Shades of Pine Tree #223014

Tints of Pine Tree #223014

Color information

#223014 (or 0x223014) is unknown color: approx Pine Tree. HEX triplet: 22, 30 and 14. RGB value is (34,48,20). Sum of RGB (Red+Green+Blue) = 34+48+20=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #223014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223014 is #DDCFEB. Grayscale: #282828. Windows color (decimal): -14536684 or 1323042. OLE color: 1323042.

HSL color Cylindrical-coordinate representation of color #223014: hue angle of 90º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #223014 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB344820-
CMYK0.2900.580.81
HSL90º41.18%13.33%-
HSV(B)90º58.33%18.82%-
XYZ1.842.51.05-
YUV40.62116.36123.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=33.33%
G=47.06%
B=19.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3448200.2900.580.819041.1813.33
Hex2230141D03A515a29d
Octal426024350721211325115
Binary10001011000010100111010111010101000110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223014; }

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

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

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

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

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

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

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

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