#1A300B

Color #1A300B Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1A300B

Tints of Pine Tree #1A300B

Color information

#1A300B (or 0x1A300B) is unknown color: approx Pine Tree. HEX triplet: 1A, 30 and 0B. RGB value is (26,48,11). Sum of RGB (Red+Green+Blue) = 26+48+11=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #1A300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A300B is #E5CFF4. Grayscale: #252525. Windows color (decimal): -15060981 or 733210. OLE color: 733210.

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

Color convert

RGB264811-
CMYK0.4600.770.81
HSL95.68º62.71%11.57%-
HSV(B)95.68º77.08%18.82%-
XYZ1.542.360.69-
YUV37.2113.21120.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.59%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=30.59%
G=56.47%
B=12.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648110.4600.770.8195.6862.7111.57
Hex1A30B2E04D51603fc
Octal3260135601151211407714
Binary11010110000101110111001001101101000111000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A300B;
 }
 .AnyTagClassName
 {
   color: #1A300B;
 }
</style>
background-color css

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

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

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

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

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

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