#2B3A18

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

Shades of Pine Tree #2B3A18

Tints of Pine Tree #2B3A18

Color information

#2B3A18 (or 0x2B3A18) is unknown color: approx Pine Tree. HEX triplet: 2B, 3A and 18. RGB value is (43,58,24). Sum of RGB (Red+Green+Blue) = 43+58+24=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3A18 is #D4C5E7. Grayscale: #313131. Windows color (decimal): -13944296 or 1587755. OLE color: 1587755.

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

Color convert

RGB435824-
CMYK0.2600.590.77
HSL86.47º41.46%16.08%-
HSV(B)86.47º58.62%22.75%-
XYZ2.673.611.42-
YUV49.64113.53123.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=34.4%
G=46.4%
B=19.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4358240.2600.590.7786.4741.4616.08
Hex2B3A181A03B4D562910
Octal537230320731151265120
Binary101011111010110001101001110111001101101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,24); }

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

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

 a { background-color: rgb(43,58,24); }

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

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

 span { border-color: rgb(43,58,24); }

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