#152003

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

Shades of Pine Tree #152003

Tints of Pine Tree #152003

Color information

#152003 (or 0x152003) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 03. RGB value is (21,32,3). Sum of RGB (Red+Green+Blue) = 21+32+3=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #152003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152003 is #EADFFC. Grayscale: #191919. Windows color (decimal): -15392765 or 204821. OLE color: 204821.

HSL color Cylindrical-coordinate representation of color #152003: hue angle of 82.76º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152003 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB21323-
CMYK0.3400.910.87
HSL82.76º82.86%6.86%-
HSV(B)82.76º90.62%12.55%-
XYZ0.841.20.27-
YUV25.4115.36124.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=37.5%
G=57.14%
B=5.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213230.3400.910.8782.7682.866.86
Hex152032205B5753537
Octal254034201331271231237
Binary101011000001110001001011011101011110100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152003; }

 p { color: rgb(21,32,3); }

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

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

 a { background-color: rgb(21,32,3); }

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

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

 span { border-color: rgb(21,32,3); }

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