Html Css Color HEX #061C0F Dark Green

📋 copy color: '#061C0F'

red 6 ◦ green 28 ◦ blue 15

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

Shades of Dark Green #061C0F

Tints of Dark Green #061C0F

RGB

 RED value IS 6 (2.73% from 255) = 12.24%

 GREEN value IS 28 (11.33% from 255) = 57.14%

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

R = 12.24%
G = 57.14%
B = 30.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#061C0F (or 0x061C0F) is known color: Dark Green. HEX triplet: 06, 1C and 0F. RGB value is (6,28,15). Sum of RGB (Red+Green+Blue) = 6+28+15=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #061C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C0F is #F9E3F0. Grayscale: #131313. Windows color (decimal): -16376817 or 990214. OLE color: 990214.

HSL color Cylindrical-coordinate representation of color #061C0F: hue angle of 144.55º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061C0F is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 28 15 -
CMYK 0.79 0 0.46 0.89
HSL 144.55º 0.65% 0.07% -
HSV(B) 144.55º 0.79% 0.11% -
XYZ 0.58 0.9 0.6 -
YUV 19.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 6 28 15 0.79 0 0.46 0.89 144.55 0.65 0.07
Hex 6 1C F 4F 0 2E 59 91 41 7
Octal 6 34 17 117 0 56 131 221 101 7
Binary 110 11100 1111 1001111 0 101110 1011001 10010001 1000001 111

Color Harmonies of #061C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C0F

Black with #061C0F

Text Example


Text Example

White with #061C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061C0F; }

 p { color: rgb(6,28,15); }

 H1.HeaderClassName
 {
   color: #061C0F;
 }
 .AnyTagClassName
 {
   color: #061C0F;
 }
</style>

background-color css

<style>
 a { background-color: #061C0F; }

 a { background-color: rgb(6,28,15); }

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

border-color css

<style>
 span { border-color: #061C0F; }

 span { border-color: rgb(6,28,15); }

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