Html Css Color HEX #293814 Pine Tree

📋 copy color: '#293814'

red 41 ◦ green 56 ◦ blue 20

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

Shades of Pine Tree #293814

Tints of Pine Tree #293814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 35.04%
G = 47.86%
B = 17.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#293814 (or 0x293814) is known color: Pine Tree. HEX triplet: 29, 38 and 14. RGB value is (41,56,20). Sum of RGB (Red+Green+Blue) = 41+56+20=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #293814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293814 is #D6C7EB. Grayscale: #2F2F2F. Windows color (decimal): -14075884 or 1325097. OLE color: 1325097.

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

Color convert

RGB 41 56 20 -
CMYK 0.27 0 0.64 0.78
HSL 85º 0.47% 0.15% -
HSV(B) 85º 0.64% 0.22% -
XYZ 2.45 3.35 1.18 -
YUV 47.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 41 56 20 0.27 0 0.64 0.78 85 0.47 0.15
Hex 29 38 14 1B 0 40 4E 55 2F F
Octal 51 70 24 33 0 100 116 125 57 17
Binary 101001 111000 10100 11011 0 1000000 1001110 1010101 101111 1111

Color Harmonies of #293814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293814

Black with #293814

Text Example


Text Example

White with #293814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293814; }

 p { color: rgb(41,56,20); }

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

background-color css

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

 a { background-color: rgb(41,56,20); }

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

border-color css

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

 span { border-color: rgb(41,56,20); }

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