#152E02

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

Shades of Pine Tree #152E02

Tints of Pine Tree #152E02

Color information

#152E02 (or 0x152E02) is unknown color: approx Pine Tree. HEX triplet: 15, 2E and 02. RGB value is (21,46,2). Sum of RGB (Red+Green+Blue) = 21+46+2=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #152E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152E02 is #EAD1FD. Grayscale: #212121. Windows color (decimal): -15389182 or 142869. OLE color: 142869.

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

Color convert

RGB21462-
CMYK0.5400.960.82
HSL94.09º91.67%9.41%-
HSV(B)94.09º95.65%18.04%-
XYZ1.32.120.4-
YUV33.51110.22119.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 46 (18.36% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=30.43%
G=66.67%
B=2.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal214620.5400.960.8294.0991.679.41
Hex152E236060525e5c9
Octal2556266014012213613411
Binary1010110111010110110011000001010010101111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,46,2); }

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

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

 a { background-color: rgb(21,46,2); }

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

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

 span { border-color: rgb(21,46,2); }

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