#153003

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

Shades of Pine Tree #153003

Tints of Pine Tree #153003

Color information

#153003 (or 0x153003) is unknown color: approx Pine Tree. HEX triplet: 15, 30 and 03. RGB value is (21,48,3). Sum of RGB (Red+Green+Blue) = 21+48+3=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #153003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153003 is #EACFFC. Grayscale: #222222. Windows color (decimal): -15388669 or 208917. OLE color: 208917.

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

Color convert

RGB21483-
CMYK0.5600.940.81
HSL96º88.24%10%-
HSV(B)96º93.75%18.82%-
XYZ1.382.280.45-
YUV34.8110.05118.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 48 (19.14% from 255) = 66.67%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=29.17%
G=66.67%
B=4.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal214830.5600.940.819688.2410
Hex153033805E516058a
Octal2560370013612114013012
Binary1010111000011111000010111101010001110000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153003; }

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

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

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

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

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

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

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

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