Html Css Color HEX #293612 Pine Tree

📋 copy color: '#293612'

red 41 ◦ green 54 ◦ blue 18

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

Shades of Pine Tree #293612

Tints of Pine Tree #293612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 36.28%
G = 47.79%
B = 15.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#293612 (or 0x293612) is known color: Pine Tree. HEX triplet: 29, 36 and 12. RGB value is (41,54,18). Sum of RGB (Red+Green+Blue) = 41+54+18=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #293612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293612 is #D6C9ED. Grayscale: #2E2E2E. Windows color (decimal): -14076398 or 1193513. OLE color: 1193513.

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

Color convert

RGB 41 54 18 -
CMYK 0.24 0 0.67 0.79
HSL 81.67º 0.5% 0.14% -
HSV(B) 81.67º 0.67% 0.21% -
XYZ 2.34 3.15 1.06 -
YUV 46.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 41 54 18 0.24 0 0.67 0.79 81.67 0.5 0.14
Hex 29 36 12 18 0 43 4F 52 32 E
Octal 51 66 22 30 0 103 117 122 62 16
Binary 101001 110110 10010 11000 0 1000011 1001111 1010010 110010 1110

Color Harmonies of #293612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293612

Black with #293612

Text Example


Text Example

White with #293612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293612; }

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

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

background-color css

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

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

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

border-color css

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

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

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