Html Css Color HEX #293813 Pine Tree

📋 copy color: '#293813'

red 41 ◦ green 56 ◦ blue 19

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

Shades of Pine Tree #293813

Tints of Pine Tree #293813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 35.34%
G = 48.28%
B = 16.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#293813 (or 0x293813) is known color: Pine Tree. HEX triplet: 29, 38 and 13. RGB value is (41,56,19). Sum of RGB (Red+Green+Blue) = 41+56+19=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #293813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293813 is #D6C7EC. Grayscale: #2F2F2F. Windows color (decimal): -14075885 or 1259561. OLE color: 1259561.

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

Color convert

RGB 41 56 19 -
CMYK 0.27 0 0.66 0.78
HSL 84.32º 0.49% 0.15% -
HSV(B) 84.32º 0.66% 0.22% -
XYZ 2.45 3.35 1.13 -
YUV 47.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 41 56 19 0.27 0 0.66 0.78 84.32 0.49 0.15
Hex 29 38 13 1B 0 42 4E 54 31 F
Octal 51 70 23 33 0 102 116 124 61 17
Binary 101001 111000 10011 11011 0 1000010 1001110 1010100 110001 1111

Color Harmonies of #293813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293813

Black with #293813

Text Example


Text Example

White with #293813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293813; }

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

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

background-color css

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

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

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

border-color css

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

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

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