Html Css Color HEX #0C140F Dark Green

📋 copy color: '#0C140F'

red 12 ◦ green 20 ◦ blue 15

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

Shades of Dark Green #0C140F

Tints of Dark Green #0C140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 42.55%

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

R = 25.53%
G = 42.55%
B = 31.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#0C140F (or 0x0C140F) is known color: Dark Green. HEX triplet: 0C, 14 and 0F. RGB value is (12,20,15). Sum of RGB (Red+Green+Blue) = 12+20+15=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #0C140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C140F is #F3EBF0. Grayscale: #111111. Windows color (decimal): -15985649 or 988172. OLE color: 988172.

HSL color Cylindrical-coordinate representation of color #0C140F: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C140F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 15 -
CMYK 0.40 0 0.25 0.92
HSL 142.5º 0.25% 0.06% -
HSV(B) 142.5º 0.4% 0.08% -
XYZ 0.49 0.61 0.54 -
YUV 17.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 12 20 15 0.40 0 0.25 0.92 142.5 0.25 0.06
Hex C 14 F 28 0 19 5C 8E 19 6
Octal 14 24 17 50 0 31 134 216 31 6
Binary 1100 10100 1111 101000 0 11001 1011100 10001110 11001 110

Color Harmonies of #0C140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C140F

Black with #0C140F

Text Example


Text Example

White with #0C140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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