Html Css Color HEX #002508 Dark Green

📋 copy color: '#002508'

red 0 ◦ green 37 ◦ blue 8

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

Shades of Dark Green #002508

Tints of Dark Green #002508

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 value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#002508 (or 0x002508) is known color: 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

RGB 0 37 8 -
CMYK 1 0 0.78 0.85
HSL 132.97º 1% 0.07% -
HSV(B) 132.97º 1% 0.15% -
XYZ 0.71 1.34 0.45 -
YUV 22.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 0 37 8 1 0 0.78 0.85 132.97 1 0.07
Hex 0 25 8 64 0 4E 55 85 64 7
Octal 0 45 10 144 0 116 125 205 144 7
Binary 0 100101 1000 1100100 0 1001110 1010101 10000101 1100100 111

Color Harmonies of #002508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002508

Black with #002508

Text Example


Text Example

White with #002508

Text Example


Text Example

HTML Codes & Css Web 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>