Html Css Color HEX #001C06 Dark Green

📋 copy color: '#001C06'

red 0 ◦ green 28 ◦ blue 6

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

Shades of Dark Green #001C06

Tints of Dark Green #001C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 17.65%

R = 0%
G = 82.35%
B = 17.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#001C06 (or 0x001C06) is known color: Dark Green. HEX triplet: 00, 1C and 06. RGB value is (0,28,6). Sum of RGB (Red+Green+Blue) = 0+28+6=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 28 (11.33% from 255 or 82.35% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 28 - color contains mainly: green. Hex color #001C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C06 is #FFE3F9. Grayscale: #111111. Windows color (decimal): -16770042 or 400384. OLE color: 400384.

HSL color Cylindrical-coordinate representation of color #001C06: hue angle of 132.86º 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 #001C06 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 28 6 -
CMYK 1 0 0.79 0.89
HSL 132.86º 1% 0.05% -
HSV(B) 132.86º 1% 0.11% -
XYZ 0.45 0.84 0.31 -
YUV 17.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 0 28 6 1 0 0.79 0.89 132.86 1 0.05
Hex 0 1C 6 64 0 4F 59 85 64 5
Octal 0 34 6 144 0 117 131 205 144 5
Binary 0 11100 110 1100100 0 1001111 1011001 10000101 1100100 101

Color Harmonies of #001C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C06

Black with #001C06

Text Example


Text Example

White with #001C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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