#203002

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

Shades of Pine Tree #203002

Tints of Pine Tree #203002

Color information

#203002 (or 0x203002) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 02. RGB value is (32,48,2). Sum of RGB (Red+Green+Blue) = 32+48+2=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #203002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203002 is #DFCFFD. Grayscale: #262626. Windows color (decimal): -14667774 or 143392. OLE color: 143392.

HSL color Cylindrical-coordinate representation of color #203002: hue angle of 80.87º 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 #203002 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB32482-
CMYK0.3300.960.81
HSL80.87º92%9.8%-
HSV(B)80.87º95.83%18.82%-
XYZ1.662.430.44-
YUV37.97107.7123.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=39.02%
G=58.54%
B=2.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal324820.3300.960.8180.87929.8
Hex203022106051515ca
Octal4060241014012112113412
Binary10000011000010100001011000001010001101000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203002; }

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

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

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

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

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

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

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

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