Html Css Color HEX #2B3915 Pine Tree

📋 copy color: '#2B3915'

red 43 ◦ green 57 ◦ blue 21

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

Shades of Pine Tree #2B3915

Tints of Pine Tree #2B3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.11%

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

R = 35.54%
G = 47.11%
B = 17.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#2B3915 (or 0x2B3915) is known color: Pine Tree. HEX triplet: 2B, 39 and 15. RGB value is (43,57,21). Sum of RGB (Red+Green+Blue) = 43+57+21=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3915 is #D4C6EA. Grayscale: #303030. Windows color (decimal): -13944555 or 1390891. OLE color: 1390891.

HSL color Cylindrical-coordinate representation of color #2B3915: hue angle of 83.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B3915 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 57 21 -
CMYK 0.25 0 0.63 0.78
HSL 83.33º 0.46% 0.15% -
HSV(B) 83.33º 0.63% 0.22% -
XYZ 2.59 3.49 1.25 -
YUV 48.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 43 57 21 0.25 0 0.63 0.78 83.33 0.46 0.15
Hex 2B 39 15 19 0 3F 4E 53 2E F
Octal 53 71 25 31 0 77 116 123 56 17
Binary 101011 111001 10101 11001 0 111111 1001110 1010011 101110 1111

Color Harmonies of #2B3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3915

Black with #2B3915

Text Example


Text Example

White with #2B3915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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