Html Css Color HEX #293919 Pine Tree

📋 copy color: '#293919'

red 41 ◦ green 57 ◦ blue 25

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

Shades of Pine Tree #293919

Tints of Pine Tree #293919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 33.33%
G = 46.34%
B = 20.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#293919 (or 0x293919) is known color: Pine Tree. HEX triplet: 29, 39 and 19. RGB value is (41,57,25). Sum of RGB (Red+Green+Blue) = 41+57+25=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #293919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293919 is #D6C6E6. Grayscale: #303030. Windows color (decimal): -14075623 or 1653033. OLE color: 1653033.

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

Color convert

RGB 41 57 25 -
CMYK 0.28 0 0.56 0.78
HSL 90º 0.39% 0.16% -
HSV(B) 90º 0.56% 0.22% -
XYZ 2.55 3.47 1.45 -
YUV 48.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 41 57 25 0.28 0 0.56 0.78 90 0.39 0.16
Hex 29 39 19 1C 0 38 4E 5A 27 10
Octal 51 71 31 34 0 70 116 132 47 20
Binary 101001 111001 11001 11100 0 111000 1001110 1011010 100111 10000

Color Harmonies of #293919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293919

Black with #293919

Text Example


Text Example

White with #293919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293919; }

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

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

background-color css

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

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

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

border-color css

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

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

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