Html Css Color HEX #04140F Dark Green

📋 copy color: '#04140F'

red 4 ◦ green 20 ◦ blue 15

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

Shades of Dark Green #04140F

Tints of Dark Green #04140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 51.28%

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

R = 10.26%
G = 51.28%
B = 38.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#04140F (or 0x04140F) is known color: Dark Green. HEX triplet: 04, 14 and 0F. RGB value is (4,20,15). Sum of RGB (Red+Green+Blue) = 4+20+15=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #04140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140F is #FBEBF0. Grayscale: #0E0E0E. Windows color (decimal): -16509937 or 988164. OLE color: 988164.

HSL color Cylindrical-coordinate representation of color #04140F: hue angle of 161.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #04140F is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 20 15 -
CMYK 0.80 0 0.25 0.92
HSL 161.25º 0.67% 0.05% -
HSV(B) 161.25º 0.8% 0.08% -
XYZ 0.39 0.56 0.54 -
YUV 14.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 4 20 15 0.80 0 0.25 0.92 161.25 0.67 0.05
Hex 4 14 F 50 0 19 5C A1 43 5
Octal 4 24 17 120 0 31 134 241 103 5
Binary 100 10100 1111 1010000 0 11001 1011100 10100001 1000011 101

Color Harmonies of #04140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04140F

Black with #04140F

Text Example


Text Example

White with #04140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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