#152506

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

Shades of Pine Tree #152506

Tints of Pine Tree #152506

Color information

#152506 (or 0x152506) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 06. RGB value is (21,37,6). Sum of RGB (Red+Green+Blue) = 21+37+6=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #152506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152506 is #EADAF9. Grayscale: #1C1C1C. Windows color (decimal): -15391482 or 402709. OLE color: 402709.

HSL color Cylindrical-coordinate representation of color #152506: hue angle of 90.97º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152506 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB21376-
CMYK0.4300.840.85
HSL90.97º72.09%8.43%-
HSV(B)90.97º83.78%14.51%-
XYZ11.50.41-
YUV28.68115.2122.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=32.81%
G=57.81%
B=9.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213760.4300.840.8590.9772.098.43
Hex152562B054555b488
Octal2545653012412513311010
Binary10101100101110101011010101001010101101101110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152506; }

 p { color: rgb(21,37,6); }

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

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

 a { background-color: rgb(21,37,6); }

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

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

 span { border-color: rgb(21,37,6); }

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