Html Css Color HEX #29380F Pine Tree

📋 copy color: '#29380F'

red 41 ◦ green 56 ◦ blue 15

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

Shades of Pine Tree #29380F

Tints of Pine Tree #29380F

RGB

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

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

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

R = 36.61%
G = 50%
B = 13.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#29380F (or 0x29380F) is known color: Pine Tree. HEX triplet: 29, 38 and 0F. RGB value is (41,56,15). Sum of RGB (Red+Green+Blue) = 41+56+15=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #29380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29380F is #D6C7F0. Grayscale: #2E2E2E. Windows color (decimal): -14075889 or 997417. OLE color: 997417.

HSL color Cylindrical-coordinate representation of color #29380F: hue angle of 81.95º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29380F is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 56 15 -
CMYK 0.27 0 0.73 0.78
HSL 81.95º 0.58% 0.14% -
HSV(B) 81.95º 0.73% 0.22% -
XYZ 2.41 3.33 0.97 -
YUV 46.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 41 56 15 0.27 0 0.73 0.78 81.95 0.58 0.14
Hex 29 38 F 1B 0 49 4E 52 3A E
Octal 51 70 17 33 0 111 116 122 72 16
Binary 101001 111000 1111 11011 0 1001001 1001110 1010010 111010 1110

Color Harmonies of #29380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29380F

Black with #29380F

Text Example


Text Example

White with #29380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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