Html Css Color HEX #03291E Dark Green

📋 copy color: '#03291E'

red 3 ◦ green 41 ◦ blue 30

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

Shades of Dark Green #03291E

Tints of Dark Green #03291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 4.05%
G = 55.41%
B = 40.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#03291E (or 0x03291E) is known color: Dark Green. HEX triplet: 03, 29 and 1E. RGB value is (3,41,30). Sum of RGB (Red+Green+Blue) = 3+41+30=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #03291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03291E is #FCD6E1. Grayscale: #1C1C1C. Windows color (decimal): -16570082 or 1976579. OLE color: 1976579.

HSL color Cylindrical-coordinate representation of color #03291E: hue angle of 162.63º 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 #03291E is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 41 30 -
CMYK 0.93 0 0.27 0.84
HSL 162.63º 0.86% 0.09% -
HSV(B) 162.63º 0.93% 0.16% -
XYZ 1.06 1.7 1.5 -
YUV 28.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 3 41 30 0.93 0 0.27 0.84 162.63 0.86 0.09
Hex 3 29 1E 5D 0 1B 54 A3 56 9
Octal 3 51 36 135 0 33 124 243 126 11
Binary 11 101001 11110 1011101 0 11011 1010100 10100011 1010110 1001

Color Harmonies of #03291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03291E

Black with #03291E

Text Example


Text Example

White with #03291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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