Html Css Color HEX #050F09 Dark Green

📋 copy color: '#050F09'

red 5 ◦ green 15 ◦ blue 9

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

Shades of Dark Green #050F09

Tints of Dark Green #050F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 31.03%

R = 17.24%
G = 51.72%
B = 31.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.94

RGB Variations

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

Color information

#050F09 (or 0x050F09) is known color: Dark Green. HEX triplet: 05, 0F and 09. RGB value is (5,15,9). Sum of RGB (Red+Green+Blue) = 5+15+9=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #050F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F09 is #FAF0F6. Grayscale: #0B0B0B. Windows color (decimal): -16445687 or 593669. OLE color: 593669.

HSL color Cylindrical-coordinate representation of color #050F09: hue angle of 144º 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 #050F09 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 15 9 -
CMYK 0.67 0 0.40 0.94
HSL 144º 0.5% 0.04% -
HSV(B) 144º 0.67% 0.06% -
XYZ 0.28 0.39 0.32 -
YUV 11.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 5 15 9 0.67 0 0.40 0.94 144 0.5 0.04
Hex 5 F 9 43 0 28 5E 90 32 4
Octal 5 17 11 103 0 50 136 220 62 4
Binary 101 1111 1001 1000011 0 101000 1011110 10010000 110010 100

Color Harmonies of #050F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F09

Black with #050F09

Text Example


Text Example

White with #050F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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