Html Css Color HEX #042925 Dark Green

📋 copy color: '#042925'

red 4 ◦ green 41 ◦ blue 37

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

Shades of Dark Green #042925

Tints of Dark Green #042925

RGB

 RED value IS 4 (1.95% from 255) = 4.88%

 GREEN value IS 41 (16.41% from 255) = 50%

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

R = 4.88%
G = 50%
B = 45.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#042925 (or 0x042925) is known color: Dark Green. HEX triplet: 04, 29 and 25. RGB value is (4,41,37). Sum of RGB (Red+Green+Blue) = 4+41+37=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #042925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042925 is #FBD6DA. Grayscale: #1D1D1D. Windows color (decimal): -16504539 or 2435332. OLE color: 2435332.

HSL color Cylindrical-coordinate representation of color #042925: hue angle of 173.51º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042925 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 41 37 -
CMYK 0.90 0 0.10 0.84
HSL 173.51º 0.82% 0.09% -
HSV(B) 173.51º 0.9% 0.16% -
XYZ 1.18 1.75 2.03 -
YUV 29.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 4 41 37 0.90 0 0.10 0.84 173.51 0.82 0.09
Hex 4 29 25 5A 0 A 54 AE 52 9
Octal 4 51 45 132 0 12 124 256 122 11
Binary 100 101001 100101 1011010 0 1010 1010100 10101110 1010010 1001

Color Harmonies of #042925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042925

Black with #042925

Text Example


Text Example

White with #042925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042925; }

 p { color: rgb(4,41,37); }

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

background-color css

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

 a { background-color: rgb(4,41,37); }

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

border-color css

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

 span { border-color: rgb(4,41,37); }

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