#224308

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

Shades of Pine Tree #224308

Tints of Pine Tree #224308

Color information

#224308 (or 0x224308) is unknown color: approx Pine Tree. HEX triplet: 22, 43 and 08. RGB value is (34,67,8). Sum of RGB (Red+Green+Blue) = 34+67+8=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #224308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224308 is #DDBCF7. Grayscale: #323232. Windows color (decimal): -14531832 or 541474. OLE color: 541474.

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

Color convert

RGB34678-
CMYK0.4900.880.74
HSL93.56º78.67%14.71%-
HSV(B)93.56º88.06%26.27%-
XYZ2.714.370.93-
YUV50.41104.07116.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 67 (26.56% from 255) = 61.47%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=31.19%
G=61.47%
B=7.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal346780.4900.880.7493.5678.6714.71
Hex22438310584A5e4ff
Octal421031061013011213611717
Binary10001010000111000110001010110001001010101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224308; }

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

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

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

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

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

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

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

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