Html Css Color HEX #2D371E Pine Tree

📋 copy color: '#2D371E'

red 45 ◦ green 55 ◦ blue 30

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

Shades of Pine Tree #2D371E

Tints of Pine Tree #2D371E

RGB

 RED value IS 45 (17.97% from 255) = 34.62%

 GREEN value IS 55 (21.88% from 255) = 42.31%

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 34.62%
G = 42.31%
B = 23.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#2D371E (or 0x2D371E) is known color: Pine Tree. HEX triplet: 2D, 37 and 1E. RGB value is (45,55,30). Sum of RGB (Red+Green+Blue) = 45+55+30=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #2D371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D371E is #D2C8E1. Grayscale: #313131. Windows color (decimal): -13813986 or 1980205. OLE color: 1980205.

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

Color convert

RGB 45 55 30 -
CMYK 0.18 0 0.45 0.78
HSL 84º 0.29% 0.17% -
HSV(B) 84º 0.45% 0.22% -
XYZ 2.68 3.38 1.74 -
YUV 49.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 45 55 30 0.18 0 0.45 0.78 84 0.29 0.17
Hex 2D 37 1E 12 0 2D 4E 54 1D 11
Octal 55 67 36 22 0 55 116 124 35 21
Binary 101101 110111 11110 10010 0 101101 1001110 1010100 11101 10001

Color Harmonies of #2D371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D371E

Black with #2D371E

Text Example


Text Example

White with #2D371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,55,30); }

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

background-color css

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

 a { background-color: rgb(45,55,30); }

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

border-color css

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

 span { border-color: rgb(45,55,30); }

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