Html Css Color HEX #2B4014 Pine Tree

📋 copy color: '#2B4014'

red 43 ◦ green 64 ◦ blue 20

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

Shades of Pine Tree #2B4014

Tints of Pine Tree #2B4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.39%

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 33.86%
G = 50.39%
B = 15.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#2B4014 (or 0x2B4014) is known color: Pine Tree. HEX triplet: 2B, 40 and 14. RGB value is (43,64,20). Sum of RGB (Red+Green+Blue) = 43+64+20=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4014 is #D4BFEB. Grayscale: #343434. Windows color (decimal): -13942764 or 1327147. OLE color: 1327147.

HSL color Cylindrical-coordinate representation of color #2B4014: hue angle of 88.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B4014 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 64 20 -
CMYK 0.33 0 0.69 0.75
HSL 88.64º 0.52% 0.16% -
HSV(B) 88.64º 0.69% 0.25% -
XYZ 2.96 4.23 1.32 -
YUV 52.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 43 64 20 0.33 0 0.69 0.75 88.64 0.52 0.16
Hex 2B 40 14 21 0 45 4B 59 34 10
Octal 53 100 24 41 0 105 113 131 64 20
Binary 101011 1000000 10100 100001 0 1000101 1001011 1011001 110100 10000

Color Harmonies of #2B4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4014

Black with #2B4014

Text Example


Text Example

White with #2B4014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,64,20); }

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

background-color css

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

 a { background-color: rgb(43,64,20); }

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

border-color css

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

 span { border-color: rgb(43,64,20); }

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