#152000

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

Shades of Pine Tree #152000

Tints of Pine Tree #152000

Color information

#152000 (or 0x152000) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 00. RGB value is (21,32,0). Sum of RGB (Red+Green+Blue) = 21+32+0=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #152000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152000 is #EADFFF. Grayscale: #191919. Windows color (decimal): -15392768 or 8213. OLE color: 8213.

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

Color convert

RGB21320-
CMYK0.34010.87
HSL80.62º100%6.27%-
HSV(B)80.62º100%12.55%-
XYZ0.831.190.19-
YUV25.06113.86125.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 32 (12.89% from 255) = 60.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.62%
G=60.38%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213200.34010.8780.621006.27
Hex15200220645751646
Octal254004201441271211446
Binary10101100000010001001100100101011110100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152000; }

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

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

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

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

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

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

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

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