Html Css Color HEX #003425 Dark Green

📋 copy color: '#003425'

red 0 ◦ green 52 ◦ blue 37

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

Shades of Dark Green #003425

Tints of Dark Green #003425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

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

R = 0%
G = 58.43%
B = 41.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#003425 (or 0x003425) is known color: Dark Green. HEX triplet: 00, 34 and 25. RGB value is (0,52,37). Sum of RGB (Red+Green+Blue) = 0+52+37=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #003425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003425 is #FFCBDA. Grayscale: #222222. Windows color (decimal): -16763867 or 2438144. OLE color: 2438144.

HSL color Cylindrical-coordinate representation of color #003425: hue angle of 162.69º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003425 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 37 -
CMYK 1 0 0.29 0.80
HSL 162.69º 1% 0.1% -
HSV(B) 162.69º 1% 0.2% -
XYZ 1.56 2.59 2.17 -
YUV 34.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 0 52 37 1 0 0.29 0.80 162.69 1 0.1
Hex 0 34 25 64 0 1D 50 A3 64 A
Octal 0 64 45 144 0 35 120 243 144 12
Binary 0 110100 100101 1100100 0 11101 1010000 10100011 1100100 1010

Color Harmonies of #003425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003425

Black with #003425

Text Example


Text Example

White with #003425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003425; }

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

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

background-color css

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

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

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

border-color css

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

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

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