Html Css Color HEX #07140D Dark Green

📋 copy color: '#07140D'

red 7 ◦ green 20 ◦ blue 13

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

Shades of Dark Green #07140D

Tints of Dark Green #07140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 17.5%
G = 50%
B = 32.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#07140D (or 0x07140D) is known color: Dark Green. HEX triplet: 07, 14 and 0D. RGB value is (7,20,13). Sum of RGB (Red+Green+Blue) = 7+20+13=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #07140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140D is #F8EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16313331 or 857095. OLE color: 857095.

HSL color Cylindrical-coordinate representation of color #07140D: hue angle of 147.69º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #07140D is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 13 -
CMYK 0.65 0 0.35 0.92
HSL 147.69º 0.48% 0.05% -
HSV(B) 147.69º 0.65% 0.08% -
XYZ 0.41 0.57 0.47 -
YUV 15.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 7 20 13 0.65 0 0.35 0.92 147.69 0.48 0.05
Hex 7 14 D 41 0 23 5C 94 30 5
Octal 7 24 15 101 0 43 134 224 60 5
Binary 111 10100 1101 1000001 0 100011 1011100 10010100 110000 101

Color Harmonies of #07140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07140D

Black with #07140D

Text Example


Text Example

White with #07140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07140D; }

 p { color: rgb(7,20,13); }

 H1.HeaderClassName
 {
   color: #07140D;
 }
 .AnyTagClassName
 {
   color: #07140D;
 }
</style>

background-color css

<style>
 a { background-color: #07140D; }

 a { background-color: rgb(7,20,13); }

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

border-color css

<style>
 span { border-color: #07140D; }

 span { border-color: rgb(7,20,13); }

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