Html Css Color HEX #032425 Dark Green

📋 copy color: '#032425'

red 3 ◦ green 36 ◦ blue 37

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

Shades of Dark Green #032425

Tints of Dark Green #032425

RGB

 RED value IS 3 (1.56% from 255) = 3.95%

 GREEN value IS 36 (14.45% from 255) = 47.37%

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

R = 3.95%
G = 47.37%
B = 48.68%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#032425 (or 0x032425) is known color: Dark Green. HEX triplet: 03, 24 and 25. RGB value is (3,36,37). Sum of RGB (Red+Green+Blue) = 3+36+37=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #032425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032425 is #FCDBDA. Grayscale: #1A1A1A. Windows color (decimal): -16571355 or 2434051. OLE color: 2434051.

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

Color convert

RGB 3 36 37 -
CMYK 0.92 0.03 0 0.85
HSL 181.76º 0.85% 0.08% -
HSV(B) 181.76º 0.92% 0.15% -
XYZ 1 1.41 1.97 -
YUV 26.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 3 36 37 0.92 0.03 0 0.85 181.76 0.85 0.08
Hex 3 24 25 5C 3 0 55 B6 55 8
Octal 3 44 45 134 3 0 125 266 125 10
Binary 11 100100 100101 1011100 11 0 1010101 10110110 1010101 1000

Color Harmonies of #032425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032425

Black with #032425

Text Example


Text Example

White with #032425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032425; }

 p { color: rgb(3,36,37); }

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

background-color css

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

 a { background-color: rgb(3,36,37); }

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

border-color css

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

 span { border-color: rgb(3,36,37); }

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