Html Css Color HEX #04312B Dark Green

📋 copy color: '#04312B'

red 4 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #04312B

Tints of Dark Green #04312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 51.04%

 BLUE value IS 43 (17.19% from 255) = 44.79%

R = 4.17%
G = 51.04%
B = 44.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#04312B (or 0x04312B) is known color: Dark Green. HEX triplet: 04, 31 and 2B. RGB value is (4,49,43). Sum of RGB (Red+Green+Blue) = 4+49+43=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #04312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312B is #FBCED4. Grayscale: #222222. Windows color (decimal): -16502485 or 2830596. OLE color: 2830596.

HSL color Cylindrical-coordinate representation of color #04312B: hue angle of 172º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04312B is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 49 43 -
CMYK 0.92 0 0.12 0.81
HSL 172º 0.85% 0.1% -
HSV(B) 172º 0.92% 0.19% -
XYZ 1.58 2.4 2.66 -
YUV 34.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 4 49 43 0.92 0 0.12 0.81 172 0.85 0.1
Hex 4 31 2B 5C 0 C 51 AC 55 A
Octal 4 61 53 134 0 14 121 254 125 12
Binary 100 110001 101011 1011100 0 1100 1010001 10101100 1010101 1010

Color Harmonies of #04312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04312B

Black with #04312B

Text Example


Text Example

White with #04312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04312B; }

 p { color: rgb(4,49,43); }

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

background-color css

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

 a { background-color: rgb(4,49,43); }

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

border-color css

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

 span { border-color: rgb(4,49,43); }

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