Html Css Color HEX #001305 Dark Green

📋 copy color: '#001305'

red 0 ◦ green 19 ◦ blue 5

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

Shades of Dark Green #001305

Tints of Dark Green #001305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 79.17%

 BLUE value IS 5 (2.34% from 255) = 20.83%

R = 0%
G = 79.17%
B = 20.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#001305 (or 0x001305) is known color: Dark Green. HEX triplet: 00, 13 and 05. RGB value is (0,19,5). Sum of RGB (Red+Green+Blue) = 0+19+5=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #001305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001305 is #FFECFA. Grayscale: #0B0B0B. Windows color (decimal): -16772347 or 332544. OLE color: 332544.

HSL color Cylindrical-coordinate representation of color #001305: hue angle of 135.79º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001305 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB 0 19 5 -
CMYK 1 0 0.74 0.93
HSL 135.79º 1% 0.04% -
HSV(B) 135.79º 1% 0.07% -
XYZ 0.26 0.48 0.22 -
YUV 11.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 0 19 5 1 0 0.74 0.93 135.79 1 0.04
Hex 0 13 5 64 0 4A 5D 88 64 4
Octal 0 23 5 144 0 112 135 210 144 4
Binary 0 10011 101 1100100 0 1001010 1011101 10001000 1100100 100

Color Harmonies of #001305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001305

Black with #001305

Text Example


Text Example

White with #001305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001305; }

 p { color: rgb(0,19,5); }

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

background-color css

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

 a { background-color: rgb(0,19,5); }

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

border-color css

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

 span { border-color: rgb(0,19,5); }

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