Html Css Color HEX #2B3B15 Pine Tree

📋 copy color: '#2B3B15'

red 43 ◦ green 59 ◦ blue 21

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

Shades of Pine Tree #2B3B15

Tints of Pine Tree #2B3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.97%

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 34.96%
G = 47.97%
B = 17.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#2B3B15 (or 0x2B3B15) is known color: Pine Tree. HEX triplet: 2B, 3B and 15. RGB value is (43,59,21). Sum of RGB (Red+Green+Blue) = 43+59+21=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3B15 is #D4C4EA. Grayscale: #323232. Windows color (decimal): -13944043 or 1391403. OLE color: 1391403.

HSL color Cylindrical-coordinate representation of color #2B3B15: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3B15 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 43 59 21 -
CMYK 0.27 0 0.64 0.77
HSL 85.26º 0.48% 0.16% -
HSV(B) 85.26º 0.64% 0.23% -
XYZ 2.7 3.7 1.28 -
YUV 49.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 43 59 21 0.27 0 0.64 0.77 85.26 0.48 0.16
Hex 2B 3B 15 1B 0 40 4D 55 30 10
Octal 53 73 25 33 0 100 115 125 60 20
Binary 101011 111011 10101 11011 0 1000000 1001101 1010101 110000 10000

Color Harmonies of #2B3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3B15

Black with #2B3B15

Text Example


Text Example

White with #2B3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,59,21); }

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

background-color css

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

 a { background-color: rgb(43,59,21); }

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

border-color css

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

 span { border-color: rgb(43,59,21); }

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