#223002

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

Shades of Pine Tree #223002

Tints of Pine Tree #223002

Color information

#223002 (or 0x223002) is unknown color: approx Pine Tree. HEX triplet: 22, 30 and 02. RGB value is (34,48,2). Sum of RGB (Red+Green+Blue) = 34+48+2=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #223002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223002 is #DDCFFD. Grayscale: #262626. Windows color (decimal): -14536702 or 143394. OLE color: 143394.

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

Color convert

RGB34482-
CMYK0.2900.960.81
HSL78.26º92%9.8%-
HSV(B)78.26º95.83%18.82%-
XYZ1.732.460.44-
YUV38.57107.36124.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.48%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=40.48%
G=57.14%
B=2.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal344820.2900.960.8178.26929.8
Hex223021D060514e5ca
Octal4260235014012111613412
Binary1000101100001011101011000001010001100111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223002; }

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

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

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

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

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

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

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

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