#152503

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

Shades of Pine Tree #152503

Tints of Pine Tree #152503

Color information

#152503 (or 0x152503) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 03. RGB value is (21,37,3). Sum of RGB (Red+Green+Blue) = 21+37+3=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #152503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152503 is #EADAFC. Grayscale: #1C1C1C. Windows color (decimal): -15391485 or 206101. OLE color: 206101.

HSL color Cylindrical-coordinate representation of color #152503: hue angle of 88.24º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #152503 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB21373-
CMYK0.4300.920.85
HSL88.24º85%7.84%-
HSV(B)88.24º91.89%14.51%-
XYZ0.991.490.32-
YUV28.34113.7122.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=34.43%
G=60.66%
B=4.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213730.4300.920.8588.24857.84
Hex152532B05C5558558
Octal2545353013412513012510
Binary1010110010111101011010111001010101101100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152503; }

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

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

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

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

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

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

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

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