#2B3B15

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

Shades of Pine Tree #2B3B15

Tints of Pine Tree #2B3B15

Color information

#2B3B15 (or 0x2B3B15) is unknown color: approx Pine Tree. HEX triplet: 2B, 3B and 15. RGB value is (43,59,21). Sum of RGB (Red+Green+Blue) = 43+59+21=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3B15 is #D4C4EA. Grayscale: #323232. Windows color (decimal): -13944043 or 1391403. OLE color: 1391403.

HSL color Cylindrical-coordinate representation of color #2B3B15: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3B15 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB435921-
CMYK0.2700.640.77
HSL85.26º47.5%15.69%-
HSV(B)85.26º64.41%23.14%-
XYZ2.73.71.28-
YUV49.88111.7123.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 59 (23.44% from 255) = 47.97%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=34.96%
G=47.97%
B=17.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4359210.2700.640.7785.2647.515.69
Hex2B3B151B0404D553010
Octal5373253301001151256020
Binary1010111110111010111011010000001001101101010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3B15; }

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

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

<style>
 a { background-color: #2B3B15; }

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

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

<style>
 span { border-color: #2B3B15; }

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

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