Html Css Color HEX #003025 Dark Green

📋 copy color: '#003025'

red 0 ◦ green 48 ◦ blue 37

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

Shades of Dark Green #003025

Tints of Dark Green #003025

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 56.47%

 BLUE value IS 37 (14.84% from 255) = 43.53%

R = 0%
G = 56.47%
B = 43.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#003025 (or 0x003025) is known color: Dark Green. HEX triplet: 00, 30 and 25. RGB value is (0,48,37). Sum of RGB (Red+Green+Blue) = 0+48+37=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #003025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003025 is #FFCFDA. Grayscale: #202020. Windows color (decimal): -16764891 or 2437120. OLE color: 2437120.

HSL color Cylindrical-coordinate representation of color #003025: hue angle of 166.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003025 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 37 -
CMYK 1 0 0.23 0.81
HSL 166.25º 1% 0.09% -
HSV(B) 166.25º 1% 0.19% -
XYZ 1.39 2.25 2.11 -
YUV 32.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 0 48 37 1 0 0.23 0.81 166.25 1 0.09
Hex 0 30 25 64 0 17 51 A6 64 9
Octal 0 60 45 144 0 27 121 246 144 11
Binary 0 110000 100101 1100100 0 10111 1010001 10100110 1100100 1001

Color Harmonies of #003025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003025

Black with #003025

Text Example


Text Example

White with #003025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003025; }

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

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

background-color css

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

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

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

border-color css

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

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

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