Html Css Color HEX #00170C Dark Green

📋 copy color: '#00170C'

red 0 ◦ green 23 ◦ blue 12

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

Shades of Dark Green #00170C

Tints of Dark Green #00170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 65.71%

 BLUE value IS 12 (5.08% from 255) = 34.29%

R = 0%
G = 65.71%
B = 34.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#00170C (or 0x00170C) is known color: Dark Green. HEX triplet: 00, 17 and 0C. RGB value is (0,23,12). Sum of RGB (Red+Green+Blue) = 0+23+12=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 23 (9.38% from 255 or 65.71% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 23 - color contains mainly: green. Hex color #00170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00170C is #FFE8F3. Grayscale: #0E0E0E. Windows color (decimal): -16771316 or 792320. OLE color: 792320.

HSL color Cylindrical-coordinate representation of color #00170C: hue angle of 151.3º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00170C is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 23 12 -
CMYK 1 0 0.48 0.91
HSL 151.3º 1% 0.05% -
HSV(B) 151.3º 1% 0.09% -
XYZ 0.37 0.64 0.45 -
YUV 14.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 0 23 12 1 0 0.48 0.91 151.3 1 0.05
Hex 0 17 C 64 0 30 5B 97 64 5
Octal 0 27 14 144 0 60 133 227 144 5
Binary 0 10111 1100 1100100 0 110000 1011011 10010111 1100100 101

Color Harmonies of #00170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00170C

Black with #00170C

Text Example


Text Example

White with #00170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00170C; }

 p { color: rgb(0,23,12); }

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

background-color css

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

 a { background-color: rgb(0,23,12); }

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

border-color css

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

 span { border-color: rgb(0,23,12); }

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