#203009

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

Shades of Pine Tree #203009

Tints of Pine Tree #203009

Color information

#203009 (or 0x203009) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 09. RGB value is (32,48,9). Sum of RGB (Red+Green+Blue) = 32+48+9=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #203009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203009 is #DFCFF6. Grayscale: #262626. Windows color (decimal): -14667767 or 602144. OLE color: 602144.

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

Color convert

RGB32489-
CMYK0.3300.810.81
HSL84.62º68.42%11.18%-
HSV(B)84.62º81.25%18.82%-
XYZ1.72.440.64-
YUV38.77111.2123.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=35.96%
G=53.93%
B=10.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal324890.3300.810.8184.6268.4211.18
Hex2030921051515544b
Octal40601141012112112510413
Binary1000001100001001100001010100011010001101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203009; }

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

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

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

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

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

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

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

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