Html Css Color HEX #1A290F Pine Tree

📋 copy color: '#1A290F'

red 26 ◦ green 41 ◦ blue 15

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

Shades of Pine Tree #1A290F

Tints of Pine Tree #1A290F

RGB

 RED value IS 26 (10.55% from 255) = 31.71%

 GREEN value IS 41 (16.41% from 255) = 50%

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

R = 31.71%
G = 50%
B = 18.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#1A290F (or 0x1A290F) is known color: Pine Tree. HEX triplet: 1A, 29 and 0F. RGB value is (26,41,15). Sum of RGB (Red+Green+Blue) = 26+41+15=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #1A290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A290F is #E5D6F0. Grayscale: #212121. Windows color (decimal): -15062769 or 993562. OLE color: 993562.

HSL color Cylindrical-coordinate representation of color #1A290F: hue angle of 94.62º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A290F is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 26 41 15 -
CMYK 0.37 0 0.63 0.84
HSL 94.62º 0.46% 0.11% -
HSV(B) 94.62º 0.63% 0.16% -
XYZ 1.31 1.84 0.74 -
YUV 33.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 26 41 15 0.37 0 0.63 0.84 94.62 0.46 0.11
Hex 1A 29 F 25 0 3F 54 5F 2E B
Octal 32 51 17 45 0 77 124 137 56 13
Binary 11010 101001 1111 100101 0 111111 1010100 1011111 101110 1011

Color Harmonies of #1A290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A290F

Black with #1A290F

Text Example


Text Example

White with #1A290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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