Html Css Color HEX #1A3009 Pine Tree

📋 copy color: '#1A3009'

red 26 ◦ green 48 ◦ blue 9

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

Shades of Pine Tree #1A3009

Tints of Pine Tree #1A3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 57.83%

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

R = 31.33%
G = 57.83%
B = 10.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#1A3009 (or 0x1A3009) is known color: Pine Tree. HEX triplet: 1A, 30 and 09. RGB value is (26,48,9). Sum of RGB (Red+Green+Blue) = 26+48+9=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3009 is #E5CFF6. Grayscale: #252525. Windows color (decimal): -15060983 or 602138. OLE color: 602138.

HSL color Cylindrical-coordinate representation of color #1A3009: hue angle of 93.85º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A3009 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 26 48 9 -
CMYK 0.46 0 0.81 0.81
HSL 93.85º 0.68% 0.11% -
HSV(B) 93.85º 0.81% 0.19% -
XYZ 1.53 2.35 0.63 -
YUV 36.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 26 48 9 0.46 0 0.81 0.81 93.85 0.68 0.11
Hex 1A 30 9 2E 0 51 51 5E 44 B
Octal 32 60 11 56 0 121 121 136 104 13
Binary 11010 110000 1001 101110 0 1010001 1010001 1011110 1000100 1011

Color Harmonies of #1A3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3009

Black with #1A3009

Text Example


Text Example

White with #1A3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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