Html Css Color HEX #2B381D Pine Tree

📋 copy color: '#2B381D'

red 43 ◦ green 56 ◦ blue 29

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

Shades of Pine Tree #2B381D

Tints of Pine Tree #2B381D

RGB

 RED value IS 43 (17.19% from 255) = 33.59%

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

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

R = 33.59%
G = 43.75%
B = 22.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#2B381D (or 0x2B381D) is known color: Pine Tree. HEX triplet: 2B, 38 and 1D. RGB value is (43,56,29). Sum of RGB (Red+Green+Blue) = 43+56+29=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #2B381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B381D is #D4C7E2. Grayscale: #313131. Windows color (decimal): -13944803 or 1914923. OLE color: 1914923.

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

Color convert

RGB 43 56 29 -
CMYK 0.23 0 0.48 0.78
HSL 88.89º 0.32% 0.17% -
HSV(B) 88.89º 0.48% 0.22% -
XYZ 2.63 3.43 1.69 -
YUV 49.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 43 56 29 0.23 0 0.48 0.78 88.89 0.32 0.17
Hex 2B 38 1D 17 0 30 4E 59 20 11
Octal 53 70 35 27 0 60 116 131 40 21
Binary 101011 111000 11101 10111 0 110000 1001110 1011001 100000 10001

Color Harmonies of #2B381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B381D

Black with #2B381D

Text Example


Text Example

White with #2B381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,56,29); }

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

background-color css

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

 a { background-color: rgb(43,56,29); }

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

border-color css

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

 span { border-color: rgb(43,56,29); }

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