#152D01

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

Shades of Pine Tree #152D01

Tints of Pine Tree #152D01

Color information

#152D01 (or 0x152D01) is unknown color: approx Pine Tree. HEX triplet: 15, 2D and 01. RGB value is (21,45,1). Sum of RGB (Red+Green+Blue) = 21+45+1=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #152D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D01 is #EAD2FE. Grayscale: #202020. Windows color (decimal): -15389439 or 77077. OLE color: 77077.

HSL color Cylindrical-coordinate representation of color #152D01: hue angle of 92.73º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #152D01 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.

Color convert

RGB21451-
CMYK0.5300.980.82
HSL92.73º95.65%9.02%-
HSV(B)92.73º97.78%17.65%-
XYZ1.252.040.36-
YUV32.81110.05119.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 45 (17.97% from 255) = 67.16%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=31.34%
G=67.16%
B=1.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal214510.5300.980.8292.7395.659.02
Hex152D135062525d609
Octal2555165014212213514011
Binary101011011011110101011000101010010101110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,1); }

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

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

 a { background-color: rgb(21,45,1); }

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

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

 span { border-color: rgb(21,45,1); }

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