Html Css Color HEX #001C12 Dark Green

📋 copy color: '#001C12'

red 0 ◦ green 28 ◦ blue 18

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

Shades of Dark Green #001C12

Tints of Dark Green #001C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 60.87%

 BLUE value IS 18 (7.42% from 255) = 39.13%

R = 0%
G = 60.87%
B = 39.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#001C12 (or 0x001C12) is known color: Dark Green. HEX triplet: 00, 1C and 12. RGB value is (0,28,18). Sum of RGB (Red+Green+Blue) = 0+28+18=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #001C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C12 is #FFE3ED. Grayscale: #121212. Windows color (decimal): -16770030 or 1186816. OLE color: 1186816.

HSL color Cylindrical-coordinate representation of color #001C12: hue angle of 158.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C12 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 28 18 -
CMYK 1 0 0.36 0.89
HSL 158.57º 1% 0.05% -
HSV(B) 158.57º 1% 0.11% -
XYZ 0.52 0.87 0.71 -
YUV 18.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 0 28 18 1 0 0.36 0.89 158.57 1 0.05
Hex 0 1C 12 64 0 24 59 9F 64 5
Octal 0 34 22 144 0 44 131 237 144 5
Binary 0 11100 10010 1100100 0 100100 1011001 10011111 1100100 101

Color Harmonies of #001C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C12

Black with #001C12

Text Example


Text Example

White with #001C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,18); }

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

background-color css

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

 a { background-color: rgb(0,28,18); }

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

border-color css

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

 span { border-color: rgb(0,28,18); }

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