Html Css Color HEX #293411 Pine Tree

📋 copy color: '#293411'

red 41 ◦ green 52 ◦ blue 17

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

Shades of Pine Tree #293411

Tints of Pine Tree #293411

RGB

 RED value IS 41 (16.41% from 255) = 37.27%

 GREEN value IS 52 (20.7% from 255) = 47.27%

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 37.27%
G = 47.27%
B = 15.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#293411 (or 0x293411) is known color: Pine Tree. HEX triplet: 29, 34 and 11. RGB value is (41,52,17). Sum of RGB (Red+Green+Blue) = 41+52+17=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #293411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293411 is #D6CBEE. Grayscale: #2C2C2C. Windows color (decimal): -14076911 or 1127465. OLE color: 1127465.

HSL color Cylindrical-coordinate representation of color #293411: hue angle of 78.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293411 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 17 -
CMYK 0.21 0 0.67 0.80
HSL 78.86º 0.51% 0.14% -
HSV(B) 78.86º 0.67% 0.2% -
XYZ 2.24 2.97 0.98 -
YUV 44.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 41 52 17 0.21 0 0.67 0.80 78.86 0.51 0.14
Hex 29 34 11 15 0 43 50 4F 33 E
Octal 51 64 21 25 0 103 120 117 63 16
Binary 101001 110100 10001 10101 0 1000011 1010000 1001111 110011 1110

Color Harmonies of #293411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293411

Black with #293411

Text Example


Text Example

White with #293411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293411; }

 p { color: rgb(41,52,17); }

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

background-color css

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

 a { background-color: rgb(41,52,17); }

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

border-color css

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

 span { border-color: rgb(41,52,17); }

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