Html Css Color HEX #293713 Pine Tree

📋 copy color: '#293713'

red 41 ◦ green 55 ◦ blue 19

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

Shades of Pine Tree #293713

Tints of Pine Tree #293713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 35.65%
G = 47.83%
B = 16.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#293713 (or 0x293713) is known color: Pine Tree. HEX triplet: 29, 37 and 13. RGB value is (41,55,19). Sum of RGB (Red+Green+Blue) = 41+55+19=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #293713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293713 is #D6C8EC. Grayscale: #2E2E2E. Windows color (decimal): -14076141 or 1259305. OLE color: 1259305.

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

Color convert

RGB 41 55 19 -
CMYK 0.25 0 0.65 0.78
HSL 83.33º 0.49% 0.15% -
HSV(B) 83.33º 0.65% 0.22% -
XYZ 2.4 3.25 1.12 -
YUV 46.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 41 55 19 0.25 0 0.65 0.78 83.33 0.49 0.15
Hex 29 37 13 19 0 41 4E 53 31 F
Octal 51 67 23 31 0 101 116 123 61 17
Binary 101001 110111 10011 11001 0 1000001 1001110 1010011 110001 1111

Color Harmonies of #293713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293713

Black with #293713

Text Example


Text Example

White with #293713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293713; }

 p { color: rgb(41,55,19); }

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

background-color css

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

 a { background-color: rgb(41,55,19); }

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

border-color css

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

 span { border-color: rgb(41,55,19); }

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