Html Css Color HEX #031C1D Dark Green

📋 copy color: '#031C1D'

red 3 ◦ green 28 ◦ blue 29

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

Shades of Dark Green #031C1D

Tints of Dark Green #031C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 46.67%

 BLUE value IS 29 (11.72% from 255) = 48.33%

R = 5%
G = 46.67%
B = 48.33%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#031C1D (or 0x031C1D) is known color: Dark Green. HEX triplet: 03, 1C and 1D. RGB value is (3,28,29). Sum of RGB (Red+Green+Blue) = 3+28+29=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #031C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C1D is #FCE3E2. Grayscale: #141414. Windows color (decimal): -16573411 or 1907715. OLE color: 1907715.

HSL color Cylindrical-coordinate representation of color #031C1D: hue angle of 182.31º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031C1D is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 28 29 -
CMYK 0.90 0.03 0 0.89
HSL 182.31º 0.81% 0.06% -
HSV(B) 182.31º 0.9% 0.11% -
XYZ 0.67 0.94 1.31 -
YUV 20.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 3 28 29 0.90 0.03 0 0.89 182.31 0.81 0.06
Hex 3 1C 1D 5A 3 0 59 B6 51 6
Octal 3 34 35 132 3 0 131 266 121 6
Binary 11 11100 11101 1011010 11 0 1011001 10110110 1010001 110

Color Harmonies of #031C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C1D

Black with #031C1D

Text Example


Text Example

White with #031C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031C1D; }

 p { color: rgb(3,28,29); }

 H1.HeaderClassName
 {
   color: #031C1D;
 }
 .AnyTagClassName
 {
   color: #031C1D;
 }
</style>

background-color css

<style>
 a { background-color: #031C1D; }

 a { background-color: rgb(3,28,29); }

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

border-color css

<style>
 span { border-color: #031C1D; }

 span { border-color: rgb(3,28,29); }

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