#203013

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

Shades of Pine Tree #203013

Tints of Pine Tree #203013

Color information

#203013 (or 0x203013) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 13. RGB value is (32,48,19). Sum of RGB (Red+Green+Blue) = 32+48+19=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #203013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203013 is #DFCFEC. Grayscale: #282828. Windows color (decimal): -14667757 or 1257504. OLE color: 1257504.

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

Color convert

RGB324819-
CMYK0.3300.600.81
HSL93.1º43.28%13.14%-
HSV(B)93.1º60.42%18.82%-
XYZ1.772.471-
YUV39.91116.2122.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=32.32%
G=48.48%
B=19.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248190.3300.600.8193.143.2813.14
Hex2030132103C515d2bd
Octal406023410741211355315
Binary100000110000100111000010111100101000110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203013; }

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

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

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

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

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

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

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

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