#224302

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

Shades of Pine Tree #224302

Tints of Pine Tree #224302

Color information

#224302 (or 0x224302) is unknown color: approx Pine Tree. HEX triplet: 22, 43 and 02. RGB value is (34,67,2). Sum of RGB (Red+Green+Blue) = 34+67+2=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #224302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224302 is #DDBCFD. Grayscale: #313131. Windows color (decimal): -14531838 or 148258. OLE color: 148258.

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

Color convert

RGB34672-
CMYK0.4900.970.74
HSL90.46º94.2%13.53%-
HSV(B)90.46º97.01%26.27%-
XYZ2.684.360.76-
YUV49.72101.07116.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 67 (26.56% from 255) = 65.05%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=33.01%
G=65.05%
B=1.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal346720.4900.970.7490.4694.213.53
Hex22432310614A5a5ee
Octal42103261014111213213616
Binary100010100001110110001011000011001010101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224302; }

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

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

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

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

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

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

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

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