Html Css Color HEX #04251F Dark Green

📋 copy color: '#04251F'

red 4 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #04251F

Tints of Dark Green #04251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 51.39%

 BLUE value IS 31 (12.5% from 255) = 43.06%

R = 5.56%
G = 51.39%
B = 43.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#04251F (or 0x04251F) is known color: Dark Green. HEX triplet: 04, 25 and 1F. RGB value is (4,37,31). Sum of RGB (Red+Green+Blue) = 4+37+31=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #04251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04251F is #FBDAE0. Grayscale: #1A1A1A. Windows color (decimal): -16505569 or 2041092. OLE color: 2041092.

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

Color convert

RGB 4 37 31 -
CMYK 0.89 0 0.16 0.85
HSL 169.09º 0.8% 0.08% -
HSV(B) 169.09º 0.89% 0.15% -
XYZ 0.96 1.45 1.53 -
YUV 26.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 4 37 31 0.89 0 0.16 0.85 169.09 0.8 0.08
Hex 4 25 1F 59 0 10 55 A9 50 8
Octal 4 45 37 131 0 20 125 251 120 10
Binary 100 100101 11111 1011001 0 10000 1010101 10101001 1010000 1000

Color Harmonies of #04251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04251F

Black with #04251F

Text Example


Text Example

White with #04251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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