Html Css Color HEX #293910 Pine Tree

📋 copy color: '#293910'

red 41 ◦ green 57 ◦ blue 16

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

Shades of Pine Tree #293910

Tints of Pine Tree #293910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

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

R = 35.96%
G = 50%
B = 14.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#293910 (or 0x293910) is known color: Pine Tree. HEX triplet: 29, 39 and 10. RGB value is (41,57,16). Sum of RGB (Red+Green+Blue) = 41+57+16=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #293910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293910 is #D6C6EF. Grayscale: #2F2F2F. Windows color (decimal): -14075632 or 1063209. OLE color: 1063209.

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

Color convert

RGB 41 57 16 -
CMYK 0.28 0 0.72 0.78
HSL 83.41º 0.56% 0.14% -
HSV(B) 83.41º 0.72% 0.22% -
XYZ 2.47 3.44 1.02 -
YUV 47.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 41 57 16 0.28 0 0.72 0.78 83.41 0.56 0.14
Hex 29 39 10 1C 0 48 4E 53 38 E
Octal 51 71 20 34 0 110 116 123 70 16
Binary 101001 111001 10000 11100 0 1001000 1001110 1010011 111000 1110

Color Harmonies of #293910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293910

Black with #293910

Text Example


Text Example

White with #293910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293910; }

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

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

background-color css

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

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

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

border-color css

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

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

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