Html Css Color HEX #2C4017 Pine Tree

📋 copy color: '#2C4017'

red 44 ◦ green 64 ◦ blue 23

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

Shades of Pine Tree #2C4017

Tints of Pine Tree #2C4017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 33.59%
G = 48.85%
B = 17.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#2C4017 (or 0x2C4017) is known color: Pine Tree. HEX triplet: 2C, 40 and 17. RGB value is (44,64,23). Sum of RGB (Red+Green+Blue) = 44+64+23=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4017 is #D3BFE8. Grayscale: #353535. Windows color (decimal): -13877225 or 1523756. OLE color: 1523756.

HSL color Cylindrical-coordinate representation of color #2C4017: hue angle of 89.27º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C4017 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 64 23 -
CMYK 0.31 0 0.64 0.75
HSL 89.27º 0.47% 0.17% -
HSV(B) 89.27º 0.64% 0.25% -
XYZ 3.03 4.26 1.47 -
YUV 53.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 44 64 23 0.31 0 0.64 0.75 89.27 0.47 0.17
Hex 2C 40 17 1F 0 40 4B 59 2F 11
Octal 54 100 27 37 0 100 113 131 57 21
Binary 101100 1000000 10111 11111 0 1000000 1001011 1011001 101111 10001

Color Harmonies of #2C4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4017

Black with #2C4017

Text Example


Text Example

White with #2C4017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,23); }

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

background-color css

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

 a { background-color: rgb(44,64,23); }

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

border-color css

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

 span { border-color: rgb(44,64,23); }

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