Html Css Color HEX #0C100F Dark Green

📋 copy color: '#0C100F'

red 12 ◦ green 16 ◦ blue 15

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

Shades of Dark Green #0C100F

Tints of Dark Green #0C100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 37.21%

 BLUE value IS 15 (6.25% from 255) = 34.88%

R = 27.91%
G = 37.21%
B = 34.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#0C100F (or 0x0C100F) is known color: Dark Green. HEX triplet: 0C, 10 and 0F. RGB value is (12,16,15). Sum of RGB (Red+Green+Blue) = 12+16+15=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0C100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C100F is #F3EFF0. Grayscale: #0E0E0E. Windows color (decimal): -15986673 or 987148. OLE color: 987148.

HSL color Cylindrical-coordinate representation of color #0C100F: hue angle of 165º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C100F is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 16 15 -
CMYK 0.25 0 0.06 0.94
HSL 165º 0.14% 0.05% -
HSV(B) 165º 0.25% 0.06% -
XYZ 0.42 0.48 0.52 -
YUV 14.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 12 16 15 0.25 0 0.06 0.94 165 0.14 0.05
Hex C 10 F 19 0 6 5E A5 E 5
Octal 14 20 17 31 0 6 136 245 16 5
Binary 1100 10000 1111 11001 0 110 1011110 10100101 1110 101

Color Harmonies of #0C100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C100F

Black with #0C100F

Text Example


Text Example

White with #0C100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,16,15); }

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

background-color css

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

 a { background-color: rgb(12,16,15); }

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

border-color css

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

 span { border-color: rgb(12,16,15); }

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