#2B3B17

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

Shades of Pine Tree #2B3B17

Tints of Pine Tree #2B3B17

Color information

#2B3B17 (or 0x2B3B17) is unknown color: approx Pine Tree. HEX triplet: 2B, 3B and 17. RGB value is (43,59,23). Sum of RGB (Red+Green+Blue) = 43+59+23=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3B17 is #D4C4E8. Grayscale: #323232. Windows color (decimal): -13944041 or 1522475. OLE color: 1522475.

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

Color convert

RGB435923-
CMYK0.2700.610.77
HSL86.67º43.9%16.08%-
HSV(B)86.67º61.02%23.14%-
XYZ2.713.71.38-
YUV50.11112.7122.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=34.4%
G=47.2%
B=18.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4359230.2700.610.7786.6743.916.08
Hex2B3B171B03D4D572c10
Octal537327330751151275420
Binary101011111011101111101101111011001101101011110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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