#002508

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

Shades of Dark Green #002508

Tints of Dark Green #002508

Color information

#002508 (or 0x002508) is unknown color: approx Dark Green. HEX triplet: 00, 25 and 08. RGB value is (0,37,8). Sum of RGB (Red+Green+Blue) = 0+37+8=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #002508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002508 is #FFDAF7. Grayscale: #161616. Windows color (decimal): -16767736 or 533760. OLE color: 533760.

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

Color convert

RGB0378-
CMYK100.780.85
HSL132.97º100%7.25%-
HSV(B)132.97º100%14.51%-
XYZ0.711.340.45-
YUV22.63119.74111.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 82.22%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=0%
G=82.22%
B=17.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0378100.780.85132.971007.25
Hex02586404E5585647
Octal0451014401161252051447
Binary010010110001100100010011101010101100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002508; }

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

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

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

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

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

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

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

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