Html Css Color HEX #001A07 Dark Green

📋 copy color: '#001A07'

red 0 ◦ green 26 ◦ blue 7

#001A07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #001A07

Tints of Dark Green #001A07

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 78.79%

 BLUE value IS 7 (3.13% from 255) = 21.21%

R = 0%
G = 78.79%
B = 21.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.90

RGB Variations

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

Color information

#001A07 (or 0x001A07) is known color: Dark Green. HEX triplet: 00, 1A and 07. RGB value is (0,26,7). Sum of RGB (Red+Green+Blue) = 0+26+7=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 26 (10.55% from 255 or 78.79% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 26 - color contains mainly: green. Hex color #001A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A07 is #FFE5F8. Grayscale: #101010. Windows color (decimal): -16770553 or 465408. OLE color: 465408.

HSL color Cylindrical-coordinate representation of color #001A07: hue angle of 136.15º 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 #001A07 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 26 7 -
CMYK 1 0 0.73 0.90
HSL 136.15º 1% 0.05% -
HSV(B) 136.15º 1% 0.1% -
XYZ 0.41 0.75 0.33 -
YUV 16.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 0 26 7 1 0 0.73 0.90 136.15 1 0.05
Hex 0 1A 7 64 0 49 5A 88 64 5
Octal 0 32 7 144 0 111 132 210 144 5
Binary 0 11010 111 1100100 0 1001001 1011010 10001000 1100100 101

Color Harmonies of #001A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A07

Black with #001A07

Text Example


Text Example

White with #001A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001A07;
 }
 .AnyTagClassName
 {
   color: #001A07;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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