Html Css Color HEX #2B4013 Pine Tree

📋 copy color: '#2B4013'

red 43 ◦ green 64 ◦ blue 19

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

Shades of Pine Tree #2B4013

Tints of Pine Tree #2B4013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 34.13%
G = 50.79%
B = 15.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#2B4013 (or 0x2B4013) is known color: Pine Tree. HEX triplet: 2B, 40 and 13. RGB value is (43,64,19). Sum of RGB (Red+Green+Blue) = 43+64+19=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4013 is #D4BFEC. Grayscale: #343434. Windows color (decimal): -13942765 or 1261611. OLE color: 1261611.

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

Color convert

RGB 43 64 19 -
CMYK 0.33 0 0.70 0.75
HSL 88º 0.54% 0.16% -
HSV(B) 88º 0.7% 0.25% -
XYZ 2.95 4.23 1.28 -
YUV 52.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 43 64 19 0.33 0 0.70 0.75 88 0.54 0.16
Hex 2B 40 13 21 0 46 4B 58 36 10
Octal 53 100 23 41 0 106 113 130 66 20
Binary 101011 1000000 10011 100001 0 1000110 1001011 1011000 110110 10000

Color Harmonies of #2B4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4013

Black with #2B4013

Text Example


Text Example

White with #2B4013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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