Html Css Color HEX #293613 Pine Tree

📋 copy color: '#293613'

red 41 ◦ green 54 ◦ blue 19

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

Shades of Pine Tree #293613

Tints of Pine Tree #293613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 47.37%

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

R = 35.96%
G = 47.37%
B = 16.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#293613 (or 0x293613) is known color: Pine Tree. HEX triplet: 29, 36 and 13. RGB value is (41,54,19). Sum of RGB (Red+Green+Blue) = 41+54+19=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #293613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293613 is #D6C9EC. Grayscale: #2E2E2E. Windows color (decimal): -14076397 or 1259049. OLE color: 1259049.

HSL color Cylindrical-coordinate representation of color #293613: hue angle of 82.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293613 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 19 -
CMYK 0.24 0 0.65 0.79
HSL 82.29º 0.48% 0.14% -
HSV(B) 82.29º 0.65% 0.21% -
XYZ 2.35 3.16 1.1 -
YUV 46.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 41 54 19 0.24 0 0.65 0.79 82.29 0.48 0.14
Hex 29 36 13 18 0 41 4F 52 30 E
Octal 51 66 23 30 0 101 117 122 60 16
Binary 101001 110110 10011 11000 0 1000001 1001111 1010010 110000 1110

Color Harmonies of #293613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293613

Black with #293613

Text Example


Text Example

White with #293613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293613; }

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

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

background-color css

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

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

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

border-color css

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

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

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