#07251D

Color #07251D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07251D

Tints of Dark Green #07251D

Color information

#07251D (or 0x07251D) is unknown color: approx Dark Green. HEX triplet: 07, 25 and 1D. RGB value is (7,37,29). Sum of RGB (Red+Green+Blue) = 7+37+29=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #07251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251D is #F8DAE2. Grayscale: #1B1B1B. Windows color (decimal): -16308963 or 1910023. OLE color: 1910023.

HSL color Cylindrical-coordinate representation of color #07251D: hue angle of 164º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07251D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB73729-
CMYK0.8100.220.85
HSL164º68.18%8.63%-
HSV(B)164º81.08%14.51%-
XYZ0.971.461.39-
YUV27.12129.06113.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=9.59%
G=50.68%
B=39.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737290.8100.220.8516468.188.63
Hex7251D5101655a4449
Octal7453512102612524410411
Binary11110010111101101000101011010101011010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,37,29); }

 H1.HeaderClassName
 {
   color: #07251D;
 }
 .AnyTagClassName
 {
   color: #07251D;
 }
</style>
background-color css

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

 a { background-color: rgb(7,37,29); }

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

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

 span { border-color: rgb(7,37,29); }

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