Html Css Color HEX #0C1C17 Dark Green

📋 copy color: '#0C1C17'

red 12 ◦ green 28 ◦ blue 23

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

Shades of Dark Green #0C1C17

Tints of Dark Green #0C1C17

RGB

 RED value IS 12 (5.08% from 255) = 19.05%

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

 BLUE value IS 23 (9.38% from 255) = 36.51%

R = 19.05%
G = 44.44%
B = 36.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#0C1C17 (or 0x0C1C17) is known color: Dark Green. HEX triplet: 0C, 1C and 17. RGB value is (12,28,23). Sum of RGB (Red+Green+Blue) = 12+28+23=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C17 is #F3E3E8. Grayscale: #161616. Windows color (decimal): -15983593 or 1514508. OLE color: 1514508.

HSL color Cylindrical-coordinate representation of color #0C1C17: hue angle of 161.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C1C17 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 28 23 -
CMYK 0.57 0 0.18 0.89
HSL 161.25º 0.4% 0.08% -
HSV(B) 161.25º 0.57% 0.11% -
XYZ 0.72 0.97 0.96 -
YUV 22.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 12 28 23 0.57 0 0.18 0.89 161.25 0.4 0.08
Hex C 1C 17 39 0 12 59 A1 28 8
Octal 14 34 27 71 0 22 131 241 50 10
Binary 1100 11100 10111 111001 0 10010 1011001 10100001 101000 1000

Color Harmonies of #0C1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C17

Black with #0C1C17

Text Example


Text Example

White with #0C1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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