#002725

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

Shades of Dark Green #002725

Tints of Dark Green #002725

Color information

#002725 (or 0x002725) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 25. RGB value is (0,39,37). Sum of RGB (Red+Green+Blue) = 0+39+37=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #002725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002725 is #FFD8DA. Grayscale: #1B1B1B. Windows color (decimal): -16767195 or 2434816. OLE color: 2434816.

HSL color Cylindrical-coordinate representation of color #002725: hue angle of 176.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002725 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB03937-
CMYK100.050.85
HSL176.92º100%7.65%-
HSV(B)176.92º100%15.29%-
XYZ1.061.582-
YUV27.11133.58108.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=0%
G=51.32%
B=48.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03937100.050.85176.921007.65
Hex02725640555b1648
Octal047451440512526114410
Binary01001111001011100100010110101011011000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002725; }

 p { color: rgb(0,39,37); }

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

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

 a { background-color: rgb(0,39,37); }

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

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

 span { border-color: rgb(0,39,37); }

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