Html Css Color HEX #07150C Dark Green

📋 copy color: '#07150C'

red 7 ◦ green 21 ◦ blue 12

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

Shades of Dark Green #07150C

Tints of Dark Green #07150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 30%

R = 17.5%
G = 52.5%
B = 30%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#07150C (or 0x07150C) is known color: Dark Green. HEX triplet: 07, 15 and 0C. RGB value is (7,21,12). Sum of RGB (Red+Green+Blue) = 7+21+12=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #07150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150C is #F8EAF3. Grayscale: #0F0F0F. Windows color (decimal): -16313076 or 791815. OLE color: 791815.

HSL color Cylindrical-coordinate representation of color #07150C: hue angle of 141.43º 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 #07150C is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 21 12 -
CMYK 0.67 0 0.43 0.92
HSL 141.43º 0.5% 0.05% -
HSV(B) 141.43º 0.67% 0.08% -
XYZ 0.42 0.61 0.44 -
YUV 15.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 7 21 12 0.67 0 0.43 0.92 141.43 0.5 0.05
Hex 7 15 C 43 0 2B 5C 8D 32 5
Octal 7 25 14 103 0 53 134 215 62 5
Binary 111 10101 1100 1000011 0 101011 1011100 10001101 110010 101

Color Harmonies of #07150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07150C

Black with #07150C

Text Example


Text Example

White with #07150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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