Html Css Color HEX #06130F Dark Green

📋 copy color: '#06130F'

red 6 ◦ green 19 ◦ blue 15

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

Shades of Dark Green #06130F

Tints of Dark Green #06130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 47.5%

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

R = 15%
G = 47.5%
B = 37.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#06130F (or 0x06130F) is known color: Dark Green. HEX triplet: 06, 13 and 0F. RGB value is (6,19,15). Sum of RGB (Red+Green+Blue) = 6+19+15=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #06130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130F is #F9ECF0. Grayscale: #0E0E0E. Windows color (decimal): -16379121 or 987910. OLE color: 987910.

HSL color Cylindrical-coordinate representation of color #06130F: hue angle of 161.54º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #06130F is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 15 -
CMYK 0.68 0 0.21 0.93
HSL 161.54º 0.52% 0.05% -
HSV(B) 161.54º 0.68% 0.07% -
XYZ 0.39 0.54 0.54 -
YUV 14.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 6 19 15 0.68 0 0.21 0.93 161.54 0.52 0.05
Hex 6 13 F 44 0 15 5D A2 34 5
Octal 6 23 17 104 0 25 135 242 64 5
Binary 110 10011 1111 1000100 0 10101 1011101 10100010 110100 101

Color Harmonies of #06130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06130F

Black with #06130F

Text Example


Text Example

White with #06130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06130F; }

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

 H1.HeaderClassName
 {
   color: #06130F;
 }
 .AnyTagClassName
 {
   color: #06130F;
 }
</style>

background-color css

<style>
 a { background-color: #06130F; }

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

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

border-color css

<style>
 span { border-color: #06130F; }

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

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