#224402

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

Shades of Pine Tree #224402

Tints of Pine Tree #224402

Color information

#224402 (or 0x224402) is unknown color: approx Pine Tree. HEX triplet: 22, 44 and 02. RGB value is (34,68,2). Sum of RGB (Red+Green+Blue) = 34+68+2=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #224402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224402 is #DDBBFD. Grayscale: #323232. Windows color (decimal): -14531582 or 148514. OLE color: 148514.

HSL color Cylindrical-coordinate representation of color #224402: hue angle of 90.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #224402 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB34682-
CMYK0.5000.970.73
HSL90.91º94.29%13.73%-
HSV(B)90.91º97.06%26.67%-
XYZ2.744.480.78-
YUV50.31100.74116.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.69%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=32.69%
G=65.38%
B=1.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal346820.5000.970.7390.9194.2913.73
Hex2244232061495b5ee
Octal42104262014111113313616
Binary100010100010010110010011000011001001101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224402; }

 p { color: rgb(34,68,2); }

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

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

 a { background-color: rgb(34,68,2); }

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

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

 span { border-color: rgb(34,68,2); }

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