#152A05

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

Shades of Pine Tree #152A05

Tints of Pine Tree #152A05

Color information

#152A05 (or 0x152A05) is unknown color: approx Pine Tree. HEX triplet: 15, 2A and 05. RGB value is (21,42,5). Sum of RGB (Red+Green+Blue) = 21+42+5=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 42 (16.80% from 255 or 61.76% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 42 - color contains mainly: green. Hex color #152A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152A05 is #EAD5FA. Grayscale: #1F1F1F. Windows color (decimal): -15390203 or 338453. OLE color: 338453.

HSL color Cylindrical-coordinate representation of color #152A05: hue angle of 94.05º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152A05 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB21425-
CMYK0.5000.880.84
HSL94.05º78.72%9.22%-
HSV(B)94.05º88.1%16.47%-
XYZ1.161.830.43-
YUV31.5113.04120.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 42 (16.80% from 255) = 61.76%
BLUE value IS 5 (2.34% from 255) = 7.35%
R=30.88%
G=61.76%
B=7.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal214250.5000.880.8494.0578.729.22
Hex152A532058545e4f9
Octal2552562013012413611711
Binary10101101010101110010010110001010100101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,5); }

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

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

 a { background-color: rgb(21,42,5); }

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

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

 span { border-color: rgb(21,42,5); }

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