Html Css Color HEX #293A0F Pine Tree

📋 copy color: '#293A0F'

red 41 ◦ green 58 ◦ blue 15

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

Shades of Pine Tree #293A0F

Tints of Pine Tree #293A0F

RGB

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

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

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

R = 35.96%
G = 50.88%
B = 13.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#293A0F (or 0x293A0F) is known color: Pine Tree. HEX triplet: 29, 3A and 0F. RGB value is (41,58,15). Sum of RGB (Red+Green+Blue) = 41+58+15=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #293A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A0F is #D6C5F0. Grayscale: #303030. Windows color (decimal): -14075377 or 997929. OLE color: 997929.

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

Color convert

RGB 41 58 15 -
CMYK 0.29 0 0.74 0.77
HSL 83.72º 0.59% 0.14% -
HSV(B) 83.72º 0.74% 0.23% -
XYZ 2.51 3.53 1 -
YUV 48.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 41 58 15 0.29 0 0.74 0.77 83.72 0.59 0.14
Hex 29 3A F 1D 0 4A 4D 54 3B E
Octal 51 72 17 35 0 112 115 124 73 16
Binary 101001 111010 1111 11101 0 1001010 1001101 1010100 111011 1110

Color Harmonies of #293A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A0F

Black with #293A0F

Text Example


Text Example

White with #293A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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