Html Css Color HEX #07130B Dark Green

📋 copy color: '#07130B'

red 7 ◦ green 19 ◦ blue 11

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

Shades of Dark Green #07130B

Tints of Dark Green #07130B

RGB

 RED value IS 7 (3.13% from 255) = 18.92%

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

 BLUE value IS 11 (4.69% from 255) = 29.73%

R = 18.92%
G = 51.35%
B = 29.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#07130B (or 0x07130B) is known color: Dark Green. HEX triplet: 07, 13 and 0B. RGB value is (7,19,11). Sum of RGB (Red+Green+Blue) = 7+19+11=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #07130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130B is #F8ECF4. Grayscale: #0E0E0E. Windows color (decimal): -16313589 or 725767. OLE color: 725767.

HSL color Cylindrical-coordinate representation of color #07130B: hue angle of 140º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #07130B is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 19 11 -
CMYK 0.63 0 0.42 0.93
HSL 140º 0.46% 0.05% -
HSV(B) 140º 0.63% 0.07% -
XYZ 0.38 0.54 0.4 -
YUV 14.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 7 19 11 0.63 0 0.42 0.93 140 0.46 0.05
Hex 7 13 B 3F 0 2A 5D 8C 2E 5
Octal 7 23 13 77 0 52 135 214 56 5
Binary 111 10011 1011 111111 0 101010 1011101 10001100 101110 101

Color Harmonies of #07130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07130B

Black with #07130B

Text Example


Text Example

White with #07130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07130B; }

 p { color: rgb(7,19,11); }

 H1.HeaderClassName
 {
   color: #07130B;
 }
 .AnyTagClassName
 {
   color: #07130B;
 }
</style>

background-color css

<style>
 a { background-color: #07130B; }

 a { background-color: rgb(7,19,11); }

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

border-color css

<style>
 span { border-color: #07130B; }

 span { border-color: rgb(7,19,11); }

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