#0A1D00

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

Shades of Pine Tree #0A1D00

Tints of Pine Tree #0A1D00

Color information

#0A1D00 (or 0x0A1D00) is unknown color: approx Pine Tree. HEX triplet: 0A, 1D and 00. RGB value is (10,29,0). Sum of RGB (Red+Green+Blue) = 10+29+0=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 29 (11.72% from 255 or 74.36% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D00 is #F5E2FF. Grayscale: #141414. Windows color (decimal): -16114432 or 7434. OLE color: 7434.

HSL color Cylindrical-coordinate representation of color #0A1D00: hue angle of 99.31º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A1D00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB10290-
CMYK0.66010.89
HSL99.31º100%5.69%-
HSV(B)99.31º100%11.37%-
XYZ0.560.940.15-
YUV20.01116.71120.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 29 (11.72% from 255) = 74.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.64%
G=74.36%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102900.66010.8999.311005.69
HexA1D0420645963646
Octal1235010201441311431446
Binary1010111010100001001100100101100111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1D00; }

 p { color: rgb(10,29,0); }

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

<style>
 a { background-color: #0A1D00; }

 a { background-color: rgb(10,29,0); }

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

<style>
 span { border-color: #0A1D00; }

 span { border-color: rgb(10,29,0); }

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