#152F03

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

Shades of Pine Tree #152F03

Tints of Pine Tree #152F03

Color information

#152F03 (or 0x152F03) is unknown color: approx Pine Tree. HEX triplet: 15, 2F and 03. RGB value is (21,47,3). Sum of RGB (Red+Green+Blue) = 21+47+3=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #152F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152F03 is #EAD0FC. Grayscale: #222222. Windows color (decimal): -15388925 or 208661. OLE color: 208661.

HSL color Cylindrical-coordinate representation of color #152F03: hue angle of 95.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #152F03 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.

Color convert

RGB21473-
CMYK0.5500.940.82
HSL95.45º88%9.8%-
HSV(B)95.45º93.62%18.43%-
XYZ1.342.20.44-
YUV34.21110.39118.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 47 (18.75% from 255) = 66.20%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=29.58%
G=66.20%
B=4.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal214730.5500.940.8295.45889.8
Hex152F33705E525f58a
Octal2557367013612213713012
Binary1010110111111110111010111101010010101111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F03; }

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

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

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

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

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

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

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

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