#001B08

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

Shades of Dark Green #001B08

Tints of Dark Green #001B08

Color information

#001B08 (or 0x001B08) is unknown color: approx Dark Green. HEX triplet: 00, 1B and 08. RGB value is (0,27,8). Sum of RGB (Red+Green+Blue) = 0+27+8=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 27 (10.94% from 255 or 77.14% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 27 - color contains mainly: green. Hex color #001B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B08 is #FFE4F7. Grayscale: #101010. Windows color (decimal): -16770296 or 531200. OLE color: 531200.

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

Color convert

RGB0278-
CMYK100.700.89
HSL137.78º100%5.29%-
HSV(B)137.78º100%10.59%-
XYZ0.440.80.36-
YUV16.76123.05116.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 77.14%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=0%
G=77.14%
B=22.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0278100.700.89137.781005.29
Hex01B864046598a645
Octal0331014401061312121445
Binary01101110001100100010001101011001100010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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