Html Css Color HEX #042825 Dark Green

📋 copy color: '#042825'

red 4 ◦ green 40 ◦ blue 37

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

Shades of Dark Green #042825

Tints of Dark Green #042825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

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

R = 4.94%
G = 49.38%
B = 45.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#042825 (or 0x042825) is known color: Dark Green. HEX triplet: 04, 28 and 25. RGB value is (4,40,37). Sum of RGB (Red+Green+Blue) = 4+40+37=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #042825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042825 is #FBD7DA. Grayscale: #1C1C1C. Windows color (decimal): -16504795 or 2435076. OLE color: 2435076.

HSL color Cylindrical-coordinate representation of color #042825: hue angle of 175º 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 #042825 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 40 37 -
CMYK 0.90 0 0.07 0.84
HSL 175º 0.82% 0.09% -
HSV(B) 175º 0.9% 0.16% -
XYZ 1.14 1.68 2.01 -
YUV 28.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 4 40 37 0.90 0 0.07 0.84 175 0.82 0.09
Hex 4 28 25 5A 0 7 54 AF 52 9
Octal 4 50 45 132 0 7 124 257 122 11
Binary 100 101000 100101 1011010 0 111 1010100 10101111 1010010 1001

Color Harmonies of #042825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042825

Black with #042825

Text Example


Text Example

White with #042825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042825; }

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

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

background-color css

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

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

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

border-color css

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

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

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