#2C3717

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

Shades of Pine Tree #2C3717

Tints of Pine Tree #2C3717

Color information

#2C3717 (or 0x2C3717) is unknown color: approx Pine Tree. HEX triplet: 2C, 37 and 17. RGB value is (44,55,23). Sum of RGB (Red+Green+Blue) = 44+55+23=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3717 is #D3C8E8. Grayscale: #303030. Windows color (decimal): -13879529 or 1521452. OLE color: 1521452.

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

Color convert

RGB445523-
CMYK0.200.580.78
HSL80.62º41.03%15.29%-
HSV(B)80.62º58.18%21.57%-
XYZ2.563.331.32-
YUV48.06113.86125.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.07%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=36.07%
G=45.08%
B=18.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4455230.200.580.7880.6241.0315.29
Hex2C37171403A4E5129f
Octal546727240721161215117
Binary10110011011110111101000111010100111010100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,23); }

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

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

 a { background-color: rgb(44,55,23); }

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

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

 span { border-color: rgb(44,55,23); }

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