#153000

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

Shades of Pine Tree #153000

Tints of Pine Tree #153000

Color information

#153000 (or 0x153000) is unknown color: approx Pine Tree. HEX triplet: 15, 30 and 00. RGB value is (21,48,0). Sum of RGB (Red+Green+Blue) = 21+48+0=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #153000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153000 is #EACFFF. Grayscale: #222222. Windows color (decimal): -15388672 or 12309. OLE color: 12309.

HSL color Cylindrical-coordinate representation of color #153000: hue angle of 93.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #153000 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB21480-
CMYK0.56010.81
HSL93.75º100%9.41%-
HSV(B)93.75º100%18.82%-
XYZ1.372.270.37-
YUV34.46108.55118.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.43%
G=69.57%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal214800.56010.8193.751009.41
Hex1530038064515e649
Octal2560070014412113614411
Binary101011100000111000011001001010001101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153000; }

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

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

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

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

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

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

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

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