Html Css Color HEX #04302B Dark Green

📋 copy color: '#04302B'

red 4 ◦ green 48 ◦ blue 43

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

Shades of Dark Green #04302B

Tints of Dark Green #04302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 50.53%

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

R = 4.21%
G = 50.53%
B = 45.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#04302B (or 0x04302B) is known color: Dark Green. HEX triplet: 04, 30 and 2B. RGB value is (4,48,43). Sum of RGB (Red+Green+Blue) = 4+48+43=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #04302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04302B is #FBCFD4. Grayscale: #222222. Windows color (decimal): -16502741 or 2830340. OLE color: 2830340.

HSL color Cylindrical-coordinate representation of color #04302B: hue angle of 173.18º 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 #04302B is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 48 43 -
CMYK 0.92 0 0.10 0.81
HSL 173.18º 0.85% 0.1% -
HSV(B) 173.18º 0.92% 0.19% -
XYZ 1.54 2.31 2.65 -
YUV 34.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 4 48 43 0.92 0 0.10 0.81 173.18 0.85 0.1
Hex 4 30 2B 5C 0 A 51 AD 55 A
Octal 4 60 53 134 0 12 121 255 125 12
Binary 100 110000 101011 1011100 0 1010 1010001 10101101 1010101 1010

Color Harmonies of #04302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04302B

Black with #04302B

Text Example


Text Example

White with #04302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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