#153002

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

Shades of Pine Tree #153002

Tints of Pine Tree #153002

Color information

#153002 (or 0x153002) is unknown color: approx Pine Tree. HEX triplet: 15, 30 and 02. RGB value is (21,48,2). Sum of RGB (Red+Green+Blue) = 21+48+2=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #153002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153002 is #EACFFD. Grayscale: #222222. Windows color (decimal): -15388670 or 143381. OLE color: 143381.

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

Color convert

RGB21482-
CMYK0.5600.960.81
HSL95.22º92%9.8%-
HSV(B)95.22º95.83%18.82%-
XYZ1.382.280.42-
YUV34.68109.55118.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=29.58%
G=67.61%
B=2.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal214820.5600.960.8195.22929.8
Hex1530238060515f5ca
Octal2560270014012113713412
Binary1010111000010111000011000001010001101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153002; }

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

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

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

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

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

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

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

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