Html Css Color HEX #012718 Dark Green

📋 copy color: '#012718'

red 1 ◦ green 39 ◦ blue 24

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

Shades of Dark Green #012718

Tints of Dark Green #012718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 60.94%

 BLUE value IS 24 (9.77% from 255) = 37.5%

R = 1.56%
G = 60.94%
B = 37.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#012718 (or 0x012718) is known color: Dark Green. HEX triplet: 01, 27 and 18. RGB value is (1,39,24). Sum of RGB (Red+Green+Blue) = 1+39+24=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #012718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012718 is #FED8E7. Grayscale: #191919. Windows color (decimal): -16701672 or 1582849. OLE color: 1582849.

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

Color convert

RGB 1 39 24 -
CMYK 0.97 0 0.38 0.85
HSL 156.32º 0.95% 0.08% -
HSV(B) 156.32º 0.97% 0.15% -
XYZ 0.9 1.52 1.11 -
YUV 25.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 1 39 24 0.97 0 0.38 0.85 156.32 0.95 0.08
Hex 1 27 18 61 0 26 55 9C 5F 8
Octal 1 47 30 141 0 46 125 234 137 10
Binary 1 100111 11000 1100001 0 100110 1010101 10011100 1011111 1000

Color Harmonies of #012718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012718

Black with #012718

Text Example


Text Example

White with #012718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012718; }

 p { color: rgb(1,39,24); }

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

background-color css

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

 a { background-color: rgb(1,39,24); }

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

border-color css

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

 span { border-color: rgb(1,39,24); }

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