Html Css Color HEX #012509 Dark Green

📋 copy color: '#012509'

red 1 ◦ green 37 ◦ blue 9

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

Shades of Dark Green #012509

Tints of Dark Green #012509

RGB

 RED value IS 1 (0.78% from 255) = 2.13%

 GREEN value IS 37 (14.84% from 255) = 78.72%

 BLUE value IS 9 (3.91% from 255) = 19.15%

R = 2.13%
G = 78.72%
B = 19.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#012509 (or 0x012509) is known color: Dark Green. HEX triplet: 01, 25 and 09. RGB value is (1,37,9). Sum of RGB (Red+Green+Blue) = 1+37+9=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #012509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012509 is #FEDAF6. Grayscale: #171717. Windows color (decimal): -16702199 or 599297. OLE color: 599297.

HSL color Cylindrical-coordinate representation of color #012509: hue angle of 133.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012509 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 9 -
CMYK 0.97 0 0.76 0.85
HSL 133.33º 0.95% 0.07% -
HSV(B) 133.33º 0.97% 0.15% -
XYZ 0.72 1.35 0.48 -
YUV 23.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 1 37 9 0.97 0 0.76 0.85 133.33 0.95 0.07
Hex 1 25 9 61 0 4C 55 85 5F 7
Octal 1 45 11 141 0 114 125 205 137 7
Binary 1 100101 1001 1100001 0 1001100 1010101 10000101 1011111 111

Color Harmonies of #012509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012509

Black with #012509

Text Example


Text Example

White with #012509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012509; }

 p { color: rgb(1,37,9); }

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

background-color css

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

 a { background-color: rgb(1,37,9); }

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

border-color css

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

 span { border-color: rgb(1,37,9); }

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