Html Css Color HEX #042A25 Dark Green

📋 copy color: '#042A25'

red 4 ◦ green 42 ◦ blue 37

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

Shades of Dark Green #042A25

Tints of Dark Green #042A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 50.6%

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

R = 4.82%
G = 50.6%
B = 44.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#042A25 (or 0x042A25) is known color: Dark Green. HEX triplet: 04, 2A and 25. RGB value is (4,42,37). Sum of RGB (Red+Green+Blue) = 4+42+37=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #042A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A25 is #FBD5DA. Grayscale: #1E1E1E. Windows color (decimal): -16504283 or 2435588. OLE color: 2435588.

HSL color Cylindrical-coordinate representation of color #042A25: hue angle of 172.11º degrees, saturation: 0.83, 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 #042A25 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 42 37 -
CMYK 0.90 0 0.12 0.84
HSL 172.11º 0.83% 0.09% -
HSV(B) 172.11º 0.9% 0.16% -
XYZ 1.21 1.82 2.04 -
YUV 30.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 4 42 37 0.90 0 0.12 0.84 172.11 0.83 0.09
Hex 4 2A 25 5A 0 C 54 AC 53 9
Octal 4 52 45 132 0 14 124 254 123 11
Binary 100 101010 100101 1011010 0 1100 1010100 10101100 1010011 1001

Color Harmonies of #042A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A25

Black with #042A25

Text Example


Text Example

White with #042A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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