#224201

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

Shades of Pine Tree #224201

Tints of Pine Tree #224201

Color information

#224201 (or 0x224201) is unknown color: approx Pine Tree. HEX triplet: 22, 42 and 01. RGB value is (34,66,1). Sum of RGB (Red+Green+Blue) = 34+66+1=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #224201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224201 is #DDBDFE. Grayscale: #313131. Windows color (decimal): -14532095 or 82466. OLE color: 82466.

HSL color Cylindrical-coordinate representation of color #224201: hue angle of 89.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #224201 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB34661-
CMYK0.4800.980.74
HSL89.54º97.01%13.14%-
HSV(B)89.54º98.48%25.88%-
XYZ2.614.240.71-
YUV49.02100.9117.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 66 (26.17% from 255) = 65.35%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=33.66%
G=65.35%
B=0.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal346610.4800.980.7489.5497.0113.14
Hex22421300624A5a61d
Octal42102160014211213214115
Binary10001010000101110000011000101001010101101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224201; }

 p { color: rgb(34,66,1); }

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

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

 a { background-color: rgb(34,66,1); }

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

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

 span { border-color: rgb(34,66,1); }

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