#203008

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

Shades of Pine Tree #203008

Tints of Pine Tree #203008

Color information

#203008 (or 0x203008) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 08. RGB value is (32,48,8). Sum of RGB (Red+Green+Blue) = 32+48+8=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #203008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203008 is #DFCFF7. Grayscale: #262626. Windows color (decimal): -14667768 or 536608. OLE color: 536608.

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

Color convert

RGB32488-
CMYK0.3300.830.81
HSL84º71.43%10.98%-
HSV(B)84º83.33%18.82%-
XYZ1.72.440.61-
YUV38.66110.7123.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=36.36%
G=54.55%
B=9.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal324880.3300.830.818471.4310.98
Hex2030821053515447b
Octal40601041012312112410713
Binary1000001100001000100001010100111010001101010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203008; }

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

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

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

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

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

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

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

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