#1A230B

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

Shades of Pine Tree #1A230B

Tints of Pine Tree #1A230B

Color information

#1A230B (or 0x1A230B) is unknown color: approx Pine Tree. HEX triplet: 1A, 23 and 0B. RGB value is (26,35,11). Sum of RGB (Red+Green+Blue) = 26+35+11=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #1A230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A230B is #E5DCF4. Grayscale: #1D1D1D. Windows color (decimal): -15064309 or 729882. OLE color: 729882.

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

Color convert

RGB263511-
CMYK0.2600.690.86
HSL82.5º52.17%9.02%-
HSV(B)82.5º68.57%13.73%-
XYZ1.091.450.54-
YUV29.57117.52125.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=36.11%
G=48.61%
B=15.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2635110.2600.690.8682.552.179.02
Hex1A23B1A0455652349
Octal3243133201051261226411
Binary1101010001110111101001000101101011010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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