#152B07

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

Shades of Pine Tree #152B07

Tints of Pine Tree #152B07

Color information

#152B07 (or 0x152B07) is unknown color: approx Pine Tree. HEX triplet: 15, 2B and 07. RGB value is (21,43,7). Sum of RGB (Red+Green+Blue) = 21+43+7=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 43 (17.19% from 255 or 60.56% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 43 - color contains mainly: green. Hex color #152B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152B07 is #EAD4F8. Grayscale: #202020. Windows color (decimal): -15389945 or 469781. OLE color: 469781.

HSL color Cylindrical-coordinate representation of color #152B07: hue angle of 96.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152B07 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.

Color convert

RGB21437-
CMYK0.5100.840.83
HSL96.67º72%9.8%-
HSV(B)96.67º83.72%16.86%-
XYZ1.211.90.5-
YUV32.32113.71119.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 43 (17.19% from 255) = 60.56%
BLUE value IS 7 (3.12% from 255) = 9.86%
R=29.58%
G=60.56%
B=9.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal214370.5100.840.8396.67729.8
Hex152B733054536148a
Octal2553763012412314111012
Binary10101101011111110011010101001010011110000110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,43,7); }

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

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

 a { background-color: rgb(21,43,7); }

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

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

 span { border-color: rgb(21,43,7); }

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