Html Css Color HEX #04250F Dark Green

📋 copy color: '#04250F'

red 4 ◦ green 37 ◦ blue 15

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

Shades of Dark Green #04250F

Tints of Dark Green #04250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 7.14%
G = 66.07%
B = 26.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#04250F (or 0x04250F) is known color: Dark Green. HEX triplet: 04, 25 and 0F. RGB value is (4,37,15). Sum of RGB (Red+Green+Blue) = 4+37+15=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #04250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250F is #FBDAF0. Grayscale: #181818. Windows color (decimal): -16505585 or 992516. OLE color: 992516.

HSL color Cylindrical-coordinate representation of color #04250F: hue angle of 140º 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 #04250F is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 15 -
CMYK 0.89 0 0.59 0.85
HSL 140º 0.8% 0.08% -
HSV(B) 140º 0.89% 0.15% -
XYZ 0.8 1.38 0.68 -
YUV 24.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 4 37 15 0.89 0 0.59 0.85 140 0.8 0.08
Hex 4 25 F 59 0 3B 55 8C 50 8
Octal 4 45 17 131 0 73 125 214 120 10
Binary 100 100101 1111 1011001 0 111011 1010101 10001100 1010000 1000

Color Harmonies of #04250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04250F

Black with #04250F

Text Example


Text Example

White with #04250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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