Html Css Color HEX #0C120F Dark Green

📋 copy color: '#0C120F'

red 12 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #0C120F

Tints of Dark Green #0C120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 40%

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

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#0C120F (or 0x0C120F) is known color: Dark Green. HEX triplet: 0C, 12 and 0F. RGB value is (12,18,15). Sum of RGB (Red+Green+Blue) = 12+18+15=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #0C120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C120F is #F3EDF0. Grayscale: #0F0F0F. Windows color (decimal): -15986161 or 987660. OLE color: 987660.

HSL color Cylindrical-coordinate representation of color #0C120F: hue angle of 150º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C120F is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 18 15 -
CMYK 0.33 0 0.17 0.93
HSL 150º 0.2% 0.06% -
HSV(B) 150º 0.33% 0.07% -
XYZ 0.45 0.55 0.53 -
YUV 15.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 12 18 15 0.33 0 0.17 0.93 150 0.2 0.06
Hex C 12 F 21 0 11 5D 96 14 6
Octal 14 22 17 41 0 21 135 226 24 6
Binary 1100 10010 1111 100001 0 10001 1011101 10010110 10100 110

Color Harmonies of #0C120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C120F

Black with #0C120F

Text Example


Text Example

White with #0C120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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