Html Css Color HEX #07150D Dark Green

📋 copy color: '#07150D'

red 7 ◦ green 21 ◦ blue 13

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

Shades of Dark Green #07150D

Tints of Dark Green #07150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 51.22%

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

R = 17.07%
G = 51.22%
B = 31.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#07150D (or 0x07150D) is known color: Dark Green. HEX triplet: 07, 15 and 0D. RGB value is (7,21,13). Sum of RGB (Red+Green+Blue) = 7+21+13=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #07150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150D is #F8EAF2. Grayscale: #0F0F0F. Windows color (decimal): -16313075 or 857351. OLE color: 857351.

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

Color convert

RGB 7 21 13 -
CMYK 0.67 0 0.38 0.92
HSL 145.71º 0.5% 0.05% -
HSV(B) 145.71º 0.67% 0.08% -
XYZ 0.43 0.61 0.48 -
YUV 15.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 7 21 13 0.67 0 0.38 0.92 145.71 0.5 0.05
Hex 7 15 D 43 0 26 5C 92 32 5
Octal 7 25 15 103 0 46 134 222 62 5
Binary 111 10101 1101 1000011 0 100110 1011100 10010010 110010 101

Color Harmonies of #07150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07150D

Black with #07150D

Text Example


Text Example

White with #07150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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