Html Css Color HEX #1A2509 Pine Tree

📋 copy color: '#1A2509'

red 26 ◦ green 37 ◦ blue 9

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

Shades of Pine Tree #1A2509

Tints of Pine Tree #1A2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 51.39%

 BLUE value IS 9 (3.91% from 255) = 12.5%

R = 36.11%
G = 51.39%
B = 12.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#1A2509 (or 0x1A2509) is known color: Pine Tree. HEX triplet: 1A, 25 and 09. RGB value is (26,37,9). Sum of RGB (Red+Green+Blue) = 26+37+9=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2509 is #E5DAF6. Grayscale: #1E1E1E. Windows color (decimal): -15063799 or 599322. OLE color: 599322.

HSL color Cylindrical-coordinate representation of color #1A2509: hue angle of 83.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A2509 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 37 9 -
CMYK 0.30 0 0.76 0.85
HSL 83.57º 0.61% 0.09% -
HSV(B) 83.57º 0.76% 0.15% -
XYZ 1.14 1.56 0.5 -
YUV 30.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 26 37 9 0.30 0 0.76 0.85 83.57 0.61 0.09
Hex 1A 25 9 1E 0 4C 55 54 3D 9
Octal 32 45 11 36 0 114 125 124 75 11
Binary 11010 100101 1001 11110 0 1001100 1010101 1010100 111101 1001

Color Harmonies of #1A2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2509

Black with #1A2509

Text Example


Text Example

White with #1A2509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,9); }

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

background-color css

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

 a { background-color: rgb(26,37,9); }

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

border-color css

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

 span { border-color: rgb(26,37,9); }

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