Html Css Color HEX #2E3821 Pine Tree

📋 copy color: '#2E3821'

red 46 ◦ green 56 ◦ blue 33

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

Shades of Pine Tree #2E3821

Tints of Pine Tree #2E3821

RGB

 RED value IS 46 (18.36% from 255) = 34.07%

 GREEN value IS 56 (22.27% from 255) = 41.48%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 34.07%
G = 41.48%
B = 24.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#2E3821 (or 0x2E3821) is known color: Pine Tree. HEX triplet: 2E, 38 and 21. RGB value is (46,56,33). Sum of RGB (Red+Green+Blue) = 46+56+33=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #2E3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3821 is #D1C7DE. Grayscale: #323232. Windows color (decimal): -13748191 or 2177070. OLE color: 2177070.

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

Color convert

RGB 46 56 33 -
CMYK 0.18 0 0.41 0.78
HSL 86.09º 0.26% 0.17% -
HSV(B) 86.09º 0.41% 0.22% -
XYZ 2.82 3.52 1.97 -
YUV 50.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 46 56 33 0.18 0 0.41 0.78 86.09 0.26 0.17
Hex 2E 38 21 12 0 29 4E 56 1A 11
Octal 56 70 41 22 0 51 116 126 32 21
Binary 101110 111000 100001 10010 0 101001 1001110 1010110 11010 10001

Color Harmonies of #2E3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3821

Black with #2E3821

Text Example


Text Example

White with #2E3821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,33); }

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

background-color css

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

 a { background-color: rgb(46,56,33); }

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

border-color css

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

 span { border-color: rgb(46,56,33); }

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