Html Css Color HEX #2C361D Pine Tree

📋 copy color: '#2C361D'

red 44 ◦ green 54 ◦ blue 29

#2C361D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #2C361D

Tints of Pine Tree #2C361D

RGB

 RED value IS 44 (17.58% from 255) = 34.65%

 GREEN value IS 54 (21.48% from 255) = 42.52%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 34.65%
G = 42.52%
B = 22.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#2C361D (or 0x2C361D) is known color: Pine Tree. HEX triplet: 2C, 36 and 1D. RGB value is (44,54,29). Sum of RGB (Red+Green+Blue) = 44+54+29=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2C361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C361D is #D3C9E2. Grayscale: #303030. Windows color (decimal): -13879779 or 1914412. OLE color: 1914412.

HSL color Cylindrical-coordinate representation of color #2C361D: hue angle of 84º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C361D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 44 54 29 -
CMYK 0.19 0 0.46 0.79
HSL 84º 0.3% 0.16% -
HSV(B) 84º 0.46% 0.21% -
XYZ 2.58 3.26 1.66 -
YUV 48.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 44 54 29 0.19 0 0.46 0.79 84 0.3 0.16
Hex 2C 36 1D 13 0 2E 4F 54 1E 10
Octal 54 66 35 23 0 56 117 124 36 20
Binary 101100 110110 11101 10011 0 101110 1001111 1010100 11110 10000

Color Harmonies of #2C361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C361D

Black with #2C361D

Text Example


Text Example

White with #2C361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,54,29); }

 H1.HeaderClassName
 {
   color: #2C361D;
 }
 .AnyTagClassName
 {
   color: #2C361D;
 }
</style>

background-color css

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

 a { background-color: rgb(44,54,29); }

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

border-color css

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

 span { border-color: rgb(44,54,29); }

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