Html Css Color HEX #03290E Dark Green

📋 copy color: '#03290E'

red 3 ◦ green 41 ◦ blue 14

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

Shades of Dark Green #03290E

Tints of Dark Green #03290E

RGB

 RED value IS 3 (1.56% from 255) = 5.17%

 GREEN value IS 41 (16.41% from 255) = 70.69%

 BLUE value IS 14 (5.86% from 255) = 24.14%

R = 5.17%
G = 70.69%
B = 24.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#03290E (or 0x03290E) is known color: Dark Green. HEX triplet: 03, 29 and 0E. RGB value is (3,41,14). Sum of RGB (Red+Green+Blue) = 3+41+14=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 41 (16.41% from 255 or 70.69% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 41 - color contains mainly: green. Hex color #03290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03290E is #FCD6F1. Grayscale: #1A1A1A. Windows color (decimal): -16570098 or 928003. OLE color: 928003.

HSL color Cylindrical-coordinate representation of color #03290E: hue angle of 137.37º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03290E is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 41 14 -
CMYK 0.93 0 0.66 0.84
HSL 137.37º 0.86% 0.09% -
HSV(B) 137.37º 0.93% 0.16% -
XYZ 0.91 1.64 0.68 -
YUV 26.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 3 41 14 0.93 0 0.66 0.84 137.37 0.86 0.09
Hex 3 29 E 5D 0 42 54 89 56 9
Octal 3 51 16 135 0 102 124 211 126 11
Binary 11 101001 1110 1011101 0 1000010 1010100 10001001 1010110 1001

Color Harmonies of #03290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03290E

Black with #03290E

Text Example


Text Example

White with #03290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03290E; }

 p { color: rgb(3,41,14); }

 H1.HeaderClassName
 {
   color: #03290E;
 }
 .AnyTagClassName
 {
   color: #03290E;
 }
</style>

background-color css

<style>
 a { background-color: #03290E; }

 a { background-color: rgb(3,41,14); }

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

border-color css

<style>
 span { border-color: #03290E; }

 span { border-color: rgb(3,41,14); }

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