Html Css Color HEX #050F0C Dark Green

📋 copy color: '#050F0C'

red 5 ◦ green 15 ◦ blue 12

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

Shades of Dark Green #050F0C

Tints of Dark Green #050F0C

RGB

 RED value IS 5 (2.34% from 255) = 15.63%

 GREEN value IS 15 (6.25% from 255) = 46.88%

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

R = 15.63%
G = 46.88%
B = 37.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#050F0C (or 0x050F0C) is known color: Dark Green. HEX triplet: 05, 0F and 0C. RGB value is (5,15,12). Sum of RGB (Red+Green+Blue) = 5+15+12=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 15 - color contains mainly: green. Hex color #050F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F0C is #FAF0F3. Grayscale: #0B0B0B. Windows color (decimal): -16445684 or 790277. OLE color: 790277.

HSL color Cylindrical-coordinate representation of color #050F0C: hue angle of 162º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050F0C is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 15 12 -
CMYK 0.67 0 0.20 0.94
HSL 162º 0.5% 0.04% -
HSV(B) 162º 0.67% 0.06% -
XYZ 0.3 0.4 0.41 -
YUV 11.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 5 15 12 0.67 0 0.20 0.94 162 0.5 0.04
Hex 5 F C 43 0 14 5E A2 32 4
Octal 5 17 14 103 0 24 136 242 62 4
Binary 101 1111 1100 1000011 0 10100 1011110 10100010 110010 100

Color Harmonies of #050F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F0C

Black with #050F0C

Text Example


Text Example

White with #050F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050F0C; }

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

 H1.HeaderClassName
 {
   color: #050F0C;
 }
 .AnyTagClassName
 {
   color: #050F0C;
 }
</style>

background-color css

<style>
 a { background-color: #050F0C; }

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

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

border-color css

<style>
 span { border-color: #050F0C; }

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

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