#152303

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

Shades of Pine Tree #152303

Tints of Pine Tree #152303

Color information

#152303 (or 0x152303) is unknown color: approx Pine Tree. HEX triplet: 15, 23 and 03. RGB value is (21,35,3). Sum of RGB (Red+Green+Blue) = 21+35+3=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #152303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152303 is #EADCFC. Grayscale: #1B1B1B. Windows color (decimal): -15391997 or 205589. OLE color: 205589.

HSL color Cylindrical-coordinate representation of color #152303: hue angle of 86.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152303 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB21353-
CMYK0.4000.910.86
HSL86.25º84.21%7.45%-
HSV(B)86.25º91.43%13.73%-
XYZ0.931.370.3-
YUV27.17114.36123.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 3 (1.56% from 255) = 5.08%
R=35.59%
G=59.32%
B=5.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal213530.4000.910.8686.2584.217.45
Hex152332805B5656547
Octal254335001331261261247
Binary101011000111110100001011011101011010101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152303; }

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

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

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

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

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

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

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

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