Html Css Color HEX #293810 Pine Tree

📋 copy color: '#293810'

red 41 ◦ green 56 ◦ blue 16

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

Shades of Pine Tree #293810

Tints of Pine Tree #293810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 36.28%
G = 49.56%
B = 14.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#293810 (or 0x293810) is known color: Pine Tree. HEX triplet: 29, 38 and 10. RGB value is (41,56,16). Sum of RGB (Red+Green+Blue) = 41+56+16=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #293810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293810 is #D6C7EF. Grayscale: #2F2F2F. Windows color (decimal): -14075888 or 1062953. OLE color: 1062953.

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

Color convert

RGB 41 56 16 -
CMYK 0.27 0 0.71 0.78
HSL 82.5º 0.56% 0.14% -
HSV(B) 82.5º 0.71% 0.22% -
XYZ 2.42 3.34 1.01 -
YUV 46.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 41 56 16 0.27 0 0.71 0.78 82.5 0.56 0.14
Hex 29 38 10 1B 0 47 4E 52 38 E
Octal 51 70 20 33 0 107 116 122 70 16
Binary 101001 111000 10000 11011 0 1000111 1001110 1010010 111000 1110

Color Harmonies of #293810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293810

Black with #293810

Text Example


Text Example

White with #293810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293810; }

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

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

background-color css

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

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

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

border-color css

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

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

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