#203702

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

Shades of Pine Tree #203702

Tints of Pine Tree #203702

Color information

#203702 (or 0x203702) is unknown color: approx Pine Tree. HEX triplet: 20, 37 and 02. RGB value is (32,55,2). Sum of RGB (Red+Green+Blue) = 32+55+2=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #203702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203702 is #DFC8FD. Grayscale: #2A2A2A. Windows color (decimal): -14665982 or 145184. OLE color: 145184.

HSL color Cylindrical-coordinate representation of color #203702: hue angle of 86.04º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #203702 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB32552-
CMYK0.4200.960.78
HSL86.04º92.98%11.18%-
HSV(B)86.04º96.36%21.57%-
XYZ1.973.040.54-
YUV42.08105.38120.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 55 (21.88% from 255) = 61.80%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=35.96%
G=61.80%
B=2.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal325520.4200.960.7886.0492.9811.18
Hex203722A0604E565db
Octal4067252014011612613513
Binary10000011011110101010011000001001110101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203702; }

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

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

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

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

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

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

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

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