Html Css Color HEX #293E0F Pine Tree

📋 copy color: '#293E0F'

red 41 ◦ green 62 ◦ blue 15

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

Shades of Pine Tree #293E0F

Tints of Pine Tree #293E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 52.54%

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 34.75%
G = 52.54%
B = 12.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.76

RGB Variations

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

Color information

#293E0F (or 0x293E0F) is known color: Pine Tree. HEX triplet: 29, 3E and 0F. RGB value is (41,62,15). Sum of RGB (Red+Green+Blue) = 41+62+15=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #293E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E0F is #D6C1F0. Grayscale: #323232. Windows color (decimal): -14074353 or 998953. OLE color: 998953.

HSL color Cylindrical-coordinate representation of color #293E0F: hue angle of 86.81º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293E0F is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 62 15 -
CMYK 0.34 0 0.76 0.76
HSL 86.81º 0.61% 0.15% -
HSV(B) 86.81º 0.76% 0.24% -
XYZ 2.72 3.95 1.07 -
YUV 50.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 41 62 15 0.34 0 0.76 0.76 86.81 0.61 0.15
Hex 29 3E F 22 0 4C 4C 57 3D F
Octal 51 76 17 42 0 114 114 127 75 17
Binary 101001 111110 1111 100010 0 1001100 1001100 1010111 111101 1111

Color Harmonies of #293E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E0F

Black with #293E0F

Text Example


Text Example

White with #293E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,15); }

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

background-color css

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

 a { background-color: rgb(41,62,15); }

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

border-color css

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

 span { border-color: rgb(41,62,15); }

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