Html Css Color HEX #012918 Dark Green

📋 copy color: '#012918'

red 1 ◦ green 41 ◦ blue 24

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

Shades of Dark Green #012918

Tints of Dark Green #012918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 62.12%

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

R = 1.52%
G = 62.12%
B = 36.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#012918 (or 0x012918) is known color: Dark Green. HEX triplet: 01, 29 and 18. RGB value is (1,41,24). Sum of RGB (Red+Green+Blue) = 1+41+24=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #012918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012918 is #FED6E7. Grayscale: #1B1B1B. Windows color (decimal): -16701160 or 1583361. OLE color: 1583361.

HSL color Cylindrical-coordinate representation of color #012918: hue angle of 154.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012918 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 24 -
CMYK 0.98 0 0.41 0.84
HSL 154.5º 0.95% 0.08% -
HSV(B) 154.5º 0.98% 0.16% -
XYZ 0.97 1.66 1.13 -
YUV 27.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 1 41 24 0.98 0 0.41 0.84 154.5 0.95 0.08
Hex 1 29 18 62 0 29 54 9A 5F 8
Octal 1 51 30 142 0 51 124 232 137 10
Binary 1 101001 11000 1100010 0 101001 1010100 10011010 1011111 1000

Color Harmonies of #012918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012918

Black with #012918

Text Example


Text Example

White with #012918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012918; }

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

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

background-color css

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

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

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

border-color css

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

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

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