#1A2300

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

Shades of Pine Tree #1A2300

Tints of Pine Tree #1A2300

Color information

#1A2300 (or 0x1A2300) is unknown color: approx Pine Tree. HEX triplet: 1A, 23 and 00. RGB value is (26,35,0). Sum of RGB (Red+Green+Blue) = 26+35+0=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #1A2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2300 is #E5DCFF. Grayscale: #1C1C1C. Windows color (decimal): -15064320 or 8986. OLE color: 8986.

HSL color Cylindrical-coordinate representation of color #1A2300: hue angle of 75.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A2300 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB26350-
CMYK0.26010.86
HSL75.43º100%6.86%-
HSV(B)75.43º100%13.73%-
XYZ1.031.420.22-
YUV28.32112.02126.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 35 (14.06% from 255) = 57.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.62%
G=57.38%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal263500.26010.8675.431006.86
Hex1A2301A064564b647
Octal324303201441261131447
Binary1101010001101101001100100101011010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,35,0); }

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

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

 a { background-color: rgb(26,35,0); }

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

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

 span { border-color: rgb(26,35,0); }

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