Html Css Color HEX #2C381E Pine Tree

📋 copy color: '#2C381E'

red 44 ◦ green 56 ◦ blue 30

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

Shades of Pine Tree #2C381E

Tints of Pine Tree #2C381E

RGB

 RED value IS 44 (17.58% from 255) = 33.85%

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 33.85%
G = 43.08%
B = 23.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#2C381E (or 0x2C381E) is known color: Pine Tree. HEX triplet: 2C, 38 and 1E. RGB value is (44,56,30). Sum of RGB (Red+Green+Blue) = 44+56+30=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #2C381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C381E is #D3C7E1. Grayscale: #313131. Windows color (decimal): -13879266 or 1980460. OLE color: 1980460.

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

Color convert

RGB 44 56 30 -
CMYK 0.21 0 0.46 0.78
HSL 87.69º 0.3% 0.17% -
HSV(B) 87.69º 0.46% 0.22% -
XYZ 2.69 3.46 1.75 -
YUV 49.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 44 56 30 0.21 0 0.46 0.78 87.69 0.3 0.17
Hex 2C 38 1E 15 0 2E 4E 58 1E 11
Octal 54 70 36 25 0 56 116 130 36 21
Binary 101100 111000 11110 10101 0 101110 1001110 1011000 11110 10001

Color Harmonies of #2C381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C381E

Black with #2C381E

Text Example


Text Example

White with #2C381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,56,30); }

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

background-color css

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

 a { background-color: rgb(44,56,30); }

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

border-color css

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

 span { border-color: rgb(44,56,30); }

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