Html Css Color HEX #031D0A Dark Green

📋 copy color: '#031D0A'

red 3 ◦ green 29 ◦ blue 10

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

Shades of Dark Green #031D0A

Tints of Dark Green #031D0A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 69.05%

 BLUE value IS 10 (4.3% from 255) = 23.81%

R = 7.14%
G = 69.05%
B = 23.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.89

RGB Variations

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

Color information

#031D0A (or 0x031D0A) is known color: Dark Green. HEX triplet: 03, 1D and 0A. RGB value is (3,29,10). Sum of RGB (Red+Green+Blue) = 3+29+10=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 29 (11.72% from 255 or 69.05% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0A is #FCE2F5. Grayscale: #131313. Windows color (decimal): -16573174 or 662787. OLE color: 662787.

HSL color Cylindrical-coordinate representation of color #031D0A: hue angle of 136.15º 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 #031D0A is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 29 10 -
CMYK 0.90 0 0.66 0.89
HSL 136.15º 0.81% 0.06% -
HSV(B) 136.15º 0.9% 0.11% -
XYZ 0.53 0.92 0.44 -
YUV 19.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 3 29 10 0.90 0 0.66 0.89 136.15 0.81 0.06
Hex 3 1D A 5A 0 42 59 88 51 6
Octal 3 35 12 132 0 102 131 210 121 6
Binary 11 11101 1010 1011010 0 1000010 1011001 10001000 1010001 110

Color Harmonies of #031D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D0A

Black with #031D0A

Text Example


Text Example

White with #031D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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