#152C04

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

Shades of Pine Tree #152C04

Tints of Pine Tree #152C04

Color information

#152C04 (or 0x152C04) is unknown color: approx Pine Tree. HEX triplet: 15, 2C and 04. RGB value is (21,44,4). Sum of RGB (Red+Green+Blue) = 21+44+4=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 44 (17.58% from 255 or 63.77% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 44 - color contains mainly: green. Hex color #152C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C04 is #EAD3FB. Grayscale: #202020. Windows color (decimal): -15389692 or 273429. OLE color: 273429.

HSL color Cylindrical-coordinate representation of color #152C04: hue angle of 94.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152C04 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.

Color convert

RGB21444-
CMYK0.5200.910.83
HSL94.5º83.33%9.41%-
HSV(B)94.5º90.91%17.25%-
XYZ1.231.970.43-
YUV32.56111.88119.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 44 (17.58% from 255) = 63.77%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=30.43%
G=63.77%
B=5.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal214440.5200.910.8394.583.339.41
Hex152C43405B535e539
Octal2554464013312313612311
Binary10101101100100110100010110111010011101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,4); }

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

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

 a { background-color: rgb(21,44,4); }

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

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

 span { border-color: rgb(21,44,4); }

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