#001A08

Color #001A08 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #001A08

Tints of Dark Green #001A08

Color information

#001A08 (or 0x001A08) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 08. RGB value is (0,26,8). Sum of RGB (Red+Green+Blue) = 0+26+8=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 26 (10.55% from 255 or 76.47% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 26 - color contains mainly: green. Hex color #001A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A08 is #FFE5F7. Grayscale: #101010. Windows color (decimal): -16770552 or 530944. OLE color: 530944.

HSL color Cylindrical-coordinate representation of color #001A08: hue angle of 138.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A08 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB0268-
CMYK100.690.90
HSL138.46º100%5.1%-
HSV(B)138.46º100%10.2%-
XYZ0.410.760.35-
YUV16.17123.39116.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 76.47%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=0%
G=76.47%
B=23.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0268100.690.90138.461005.1
Hex01A8640455A8a645
Octal0321014401051322121445
Binary01101010001100100010001011011010100010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A08; }

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

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

<style>
 a { background-color: #001A08; }

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

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

<style>
 span { border-color: #001A08; }

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

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