#2B3915

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

Shades of Pine Tree #2B3915

Tints of Pine Tree #2B3915

Color information

#2B3915 (or 0x2B3915) is unknown color: approx Pine Tree. HEX triplet: 2B, 39 and 15. RGB value is (43,57,21). Sum of RGB (Red+Green+Blue) = 43+57+21=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3915 is #D4C6EA. Grayscale: #303030. Windows color (decimal): -13944555 or 1390891. OLE color: 1390891.

HSL color Cylindrical-coordinate representation of color #2B3915: hue angle of 83.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B3915 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB435721-
CMYK0.2500.630.78
HSL83.33º46.15%15.29%-
HSV(B)83.33º63.16%22.35%-
XYZ2.593.491.25-
YUV48.71112.36123.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=35.54%
G=47.11%
B=17.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4357210.2500.630.7883.3346.1515.29
Hex2B39151903F4E532ef
Octal537125310771161235617
Binary10101111100110101110010111111100111010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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