#223007

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

Shades of Pine Tree #223007

Tints of Pine Tree #223007

Color information

#223007 (or 0x223007) is unknown color: approx Pine Tree. HEX triplet: 22, 30 and 07. RGB value is (34,48,7). Sum of RGB (Red+Green+Blue) = 34+48+7=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #223007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223007 is #DDCFF8. Grayscale: #272727. Windows color (decimal): -14536697 or 471074. OLE color: 471074.

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

Color convert

RGB34487-
CMYK0.2900.850.81
HSL80.49º74.55%10.78%-
HSV(B)80.49º85.42%18.82%-
XYZ1.752.470.59-
YUV39.14109.86124.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=38.20%
G=53.93%
B=7.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal344870.2900.850.8180.4974.5510.78
Hex223071D05551504bb
Octal4260735012512112011313
Binary10001011000011111101010101011010001101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223007; }

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

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

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

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

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

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

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

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