Html Css Color HEX #293A18 Pine Tree

📋 copy color: '#293A18'

red 41 ◦ green 58 ◦ blue 24

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

Shades of Pine Tree #293A18

Tints of Pine Tree #293A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.15%

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 33.33%
G = 47.15%
B = 19.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#293A18 (or 0x293A18) is known color: Pine Tree. HEX triplet: 29, 3A and 18. RGB value is (41,58,24). Sum of RGB (Red+Green+Blue) = 41+58+24=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #293A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A18 is #D6C5E7. Grayscale: #313131. Windows color (decimal): -14075368 or 1587753. OLE color: 1587753.

HSL color Cylindrical-coordinate representation of color #293A18: hue angle of 90º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293A18 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 24 -
CMYK 0.29 0 0.59 0.77
HSL 90º 0.41% 0.16% -
HSV(B) 90º 0.59% 0.23% -
XYZ 2.59 3.56 1.42 -
YUV 49.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 41 58 24 0.29 0 0.59 0.77 90 0.41 0.16
Hex 29 3A 18 1D 0 3B 4D 5A 29 10
Octal 51 72 30 35 0 73 115 132 51 20
Binary 101001 111010 11000 11101 0 111011 1001101 1011010 101001 10000

Color Harmonies of #293A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A18

Black with #293A18

Text Example


Text Example

White with #293A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A18; }

 p { color: rgb(41,58,24); }

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

background-color css

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

 a { background-color: rgb(41,58,24); }

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

border-color css

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

 span { border-color: rgb(41,58,24); }

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