#223010

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

Shades of Pine Tree #223010

Tints of Pine Tree #223010

Color information

#223010 (or 0x223010) is unknown color: approx Pine Tree. HEX triplet: 22, 30 and 10. RGB value is (34,48,16). Sum of RGB (Red+Green+Blue) = 34+48+16=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #223010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223010 is #DDCFEF. Grayscale: #282828. Windows color (decimal): -14536688 or 1060898. OLE color: 1060898.

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

Color convert

RGB344816-
CMYK0.2900.670.81
HSL86.25º50%12.55%-
HSV(B)86.25º66.67%18.82%-
XYZ1.812.490.88-
YUV40.17114.36123.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=34.69%
G=48.98%
B=16.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3448160.2900.670.8186.255012.55
Hex2230101D043515632d
Octal4260203501031211266215
Binary100010110000100001110101000011101000110101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223010; }

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

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

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

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

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

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

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

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