#1A2E07

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

Shades of Pine Tree #1A2E07

Tints of Pine Tree #1A2E07

Color information

#1A2E07 (or 0x1A2E07) is unknown color: approx Pine Tree. HEX triplet: 1A, 2E and 07. RGB value is (26,46,7). Sum of RGB (Red+Green+Blue) = 26+46+7=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2E07 is #E5D1F8. Grayscale: #232323. Windows color (decimal): -15061497 or 470554. OLE color: 470554.

HSL color Cylindrical-coordinate representation of color #1A2E07: hue angle of 90.77º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2E07 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB26467-
CMYK0.4300.850.82
HSL90.77º73.58%10.39%-
HSV(B)90.77º84.78%18.04%-
XYZ1.442.190.55-
YUV35.57111.87121.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 46 (18.36% from 255) = 58.23%
BLUE value IS 7 (3.12% from 255) = 8.86%
R=32.91%
G=58.23%
B=8.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal264670.4300.850.8290.7773.5810.39
Hex1A2E72B055525b4aa
Octal3256753012512213311212
Binary11010101110111101011010101011010010101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,46,7); }

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

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

 a { background-color: rgb(26,46,7); }

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

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

 span { border-color: rgb(26,46,7); }

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