Html Css Color HEX #03291F Dark Green

📋 copy color: '#03291F'

red 3 ◦ green 41 ◦ blue 31

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

Shades of Dark Green #03291F

Tints of Dark Green #03291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 41.33%

R = 4%
G = 54.67%
B = 41.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#03291F (or 0x03291F) is known color: Dark Green. HEX triplet: 03, 29 and 1F. RGB value is (3,41,31). Sum of RGB (Red+Green+Blue) = 3+41+31=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #03291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03291F is #FCD6E0. Grayscale: #1C1C1C. Windows color (decimal): -16570081 or 2042115. OLE color: 2042115.

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

Color convert

RGB 3 41 31 -
CMYK 0.93 0 0.24 0.84
HSL 164.21º 0.86% 0.09% -
HSV(B) 164.21º 0.93% 0.16% -
XYZ 1.08 1.7 1.57 -
YUV 28.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 3 41 31 0.93 0 0.24 0.84 164.21 0.86 0.09
Hex 3 29 1F 5D 0 18 54 A4 56 9
Octal 3 51 37 135 0 30 124 244 126 11
Binary 11 101001 11111 1011101 0 11000 1010100 10100100 1010110 1001

Color Harmonies of #03291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03291F

Black with #03291F

Text Example


Text Example

White with #03291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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